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