Agent Agent Memory Configuration Args
data class AgentAgentMemoryConfigurationArgs(val enabledMemoryTypes: Output<List<String>>, val storageDays: Output<Int>) : ConvertibleToJava<AgentAgentMemoryConfigurationArgs>
Properties
Link copied to clipboard
The type of memory being stored by the agent. See AWS API documentation for possible values.
Link copied to clipboard
The number of days the agent is configured to retain the conversational context. Minimum value of 0, maximum value of 30.