Gets the sessions stored in the memory of the agent.
See https://www.paws-r-sdk.com/docs/bedrockagentruntime_get_agent_memory/ for full documentation.
bedrockagentruntime_get_agent_memory(
agentAliasId,
agentId,
maxItems = NULL,
memoryId,
memoryType,
nextToken = NULL
)
[required] The unique identifier of an alias of an agent.
[required] The unique identifier of the agent to which the alias belongs.
The maximum number of items to return in the response. If the total
number of results is greater than this value, use the token returned in
the response in the nextToken
field when making another request to
return the next batch of results.
[required] The unique identifier of the memory.
[required] The type of memory.
If the total number of results is greater than the maxItems value
provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.