View source: R/bedrockagentruntime_operations.R
bedrockagentruntime_get_agent_memory | R Documentation |
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
)
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 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.