Skip to content

Bedrock Agent Runtime  >  Structures  >  AgenticRetrieveMemorySessionBinding

AgenticRetrieveMemorySessionBinding

Structure Class

AgenticRetrieveMemorySessionBinding dataclass

The short-term memory session that this retrieval reads from and writes to.

Attributes

actor_id instance-attribute
actor_id: str

The identifier of the end user or agent that the session belongs to. This identifier scopes session history so that one actor's history is never returned for another. You are responsible for sending the correct actor value.

session_id instance-attribute
session_id: str

The identifier of the session to restore and continue. You are responsible for sending the correct session value.