createEvent
inline suspend fun BedrockAgentCoreClient.createEvent(crossinline block: CreateEventRequest.Builder.() -> Unit): CreateEventResponse
Creates an event in an AgentCore Memory resource. Events represent interactions or activities that occur within a session and are associated with specific actors.
To use this operation, you must have the bedrock-agentcore:CreateEvent
permission.
This operation is subject to request rate limiting.