CreateEventRequest
class CreateEventRequest
Types
Properties
Link copied to clipboard
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, AgentCore ignores the request, but does not return an error.
Link copied to clipboard
The timestamp when the event occurred. If not specified, the current time is used.
Link copied to clipboard
Controls long-term memory extraction for this event. When set to SKIP, the event is stored in short-term memory but is excluded from long-term memory extraction. If not specified, the event is processed for extraction as usual.
Link copied to clipboard
The key-value metadata to attach to the event.
Link copied to clipboard
The content payload of the event. This can include conversational data or binary content.