Skip to content

Bedrock Agentcore Control  >  Structures  >  UserPreferenceMemoryStrategyInput

UserPreferenceMemoryStrategyInput

Structure Class

UserPreferenceMemoryStrategyInput dataclass

Input for creating a user preference memory strategy.

Attributes

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

The description of the user preference memory strategy.

memory_record_schema class-attribute instance-attribute
memory_record_schema: MemoryRecordSchema | None = None

Schema for metadata fields on records generated by this strategy.

name instance-attribute
name: str

The name of the user preference memory strategy.

namespace_templates class-attribute instance-attribute
namespace_templates: list[str] | None = None

The namespaceTemplates associated with the user preference memory strategy.

namespaces class-attribute instance-attribute
namespaces: list[str] | None = None

This is a legacy parameter, use namespaceTemplates. The namespaces associated with the user preference memory strategy.