input Variables
suspend fun inputVariables(value: Output<List<AgentPromptVariantTemplateConfigurationChatInputVariableArgs>>)
suspend fun inputVariables(value: List<AgentPromptVariantTemplateConfigurationChatInputVariableArgs>?)
Parameters
value
suspend fun inputVariables(vararg values: Output<AgentPromptVariantTemplateConfigurationChatInputVariableArgs>)
suspend fun inputVariables(values: List<Output<AgentPromptVariantTemplateConfigurationChatInputVariableArgs>>)
suspend fun inputVariables(vararg values: AgentPromptVariantTemplateConfigurationChatInputVariableArgs)
Parameters
values
suspend fun inputVariables(argument: List<suspend AgentPromptVariantTemplateConfigurationChatInputVariableArgsBuilder.() -> Unit>)
suspend fun inputVariables(vararg argument: suspend AgentPromptVariantTemplateConfigurationChatInputVariableArgsBuilder.() -> Unit)
suspend fun inputVariables(argument: suspend AgentPromptVariantTemplateConfigurationChatInputVariableArgsBuilder.() -> Unit)
Parameters
argument