listEvents
inline suspend fun BedrockAgentCoreClient.listEvents(crossinline block: ListEventsRequest.Builder.() -> Unit): ListEventsResponse
Lists events in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
To use this operation, you must have the genesismemory:ListEvents
permission.