listSessions
inline suspend fun BedrockAgentCoreClient.listSessions(crossinline block: ListSessionsRequest.Builder.() -> Unit): ListSessionsResponse
Lists sessions 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:ListSessions
permission.