AgentMemoryConfigurationArgs

data class AgentMemoryConfigurationArgs(val enabledMemoryTypes: Output<List<AgentMemoryType>>? = null, val sessionSummaryConfiguration: Output<AgentSessionSummaryConfigurationArgs>? = null, val storageDays: Output<Double>? = null) : ConvertibleToJava<AgentMemoryConfigurationArgs>

Configuration for memory storage

Constructors

Link copied to clipboard
constructor(enabledMemoryTypes: Output<List<AgentMemoryType>>? = null, sessionSummaryConfiguration: Output<AgentSessionSummaryConfigurationArgs>? = null, storageDays: Output<Double>? = null)

Properties

Link copied to clipboard

The type of memory that is stored.

Link copied to clipboard

Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.

Link copied to clipboard
val storageDays: Output<Double>? = null

Maximum number of days to store session details

Functions

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