View a markdown version of this page

AgenticRetrieveMemorySessionBinding - Amazon Bedrock

AgenticRetrieveMemorySessionBinding

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

Contents

actorId

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.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9][a-zA-Z0-9\-_/]*(?::[a-zA-Z0-9\-_/]+)*[a-zA-Z0-9\-_/]*

Required: Yes

sessionId

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: [a-zA-Z0-9][a-zA-Z0-9\-_]*

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: