listMemoryRecords
inline suspend fun BedrockAgentCoreClient.listMemoryRecords(crossinline block: ListMemoryRecordsRequest.Builder.() -> Unit): ListMemoryRecordsResponse
Lists memory records 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:ListMemoryRecords
permission.