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