Agent Prompt Variant Template Configuration Chat System Args
data class AgentPromptVariantTemplateConfigurationChatSystemArgs(val cachePoint: Output<AgentPromptVariantTemplateConfigurationChatSystemCachePointArgs>? = null, val text: Output<String>? = null) : ConvertibleToJava<AgentPromptVariantTemplateConfigurationChatSystemArgs>
Constructors
Link copied to clipboard
constructor(cachePoint: Output<AgentPromptVariantTemplateConfigurationChatSystemCachePointArgs>? = null, text: Output<String>? = null)