allowed Input Types
suspend fun allowedInputTypes(value: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs>)
suspend fun allowedInputTypes(value: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs)
Parameters
value
Configuration block for the allowed input types of the prompt attempt. See allowed_input_types
.
suspend fun allowedInputTypes(argument: suspend V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the allowed input types of the prompt attempt. See allowed_input_types
.