AgentAgentMemoryConfiguration

data class AgentAgentMemoryConfiguration(val enabledMemoryTypes: List<String>, val storageDays: Int)

Constructors

Link copied to clipboard
constructor(enabledMemoryTypes: List<String>, storageDays: Int)

Types

Link copied to clipboard
object Companion

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.