AgentAgentMemoryConfigurationArgs

data class AgentAgentMemoryConfigurationArgs(val enabledMemoryTypes: Output<List<String>>, val storageDays: Output<Int>) : ConvertibleToJava<AgentAgentMemoryConfigurationArgs>

Constructors

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

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
val storageDays: Output<Int>

The number of days the agent is configured to retain the conversational context. Minimum value of 0, maximum value of 30.

Functions

Link copied to clipboard
open override fun toJava(): AgentAgentMemoryConfigurationArgs