bedrockagentruntime_delete_agent_memory: Deletes memory from the specified memory identifier

View source: R/bedrockagentruntime_operations.R

bedrockagentruntime_delete_agent_memoryR Documentation

Deletes memory from the specified memory identifier

Description

Deletes memory from the specified memory identifier.

See https://www.paws-r-sdk.com/docs/bedrockagentruntime_delete_agent_memory/ for full documentation.

Usage

bedrockagentruntime_delete_agent_memory(
  agentAliasId,
  agentId,
  memoryId = NULL,
  sessionId = 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.

memoryId

The unique identifier of the memory.

sessionId

The unique session identifier of the memory.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.