V2models Intent Confirmation Setting Prompt Specification Prompt Attempts Specification Args
data class V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val allowedInputTypes: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs>, val audioAndDtmfInputSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationArgs>? = null, val mapBlockKey: Output<String>, val textInputSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecificationArgs>? = null) : ConvertibleToJava<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationArgs>
Constructors
Link copied to clipboard
constructor(allowInterrupt: Output<Boolean>? = null, allowedInputTypes: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs>, audioAndDtmfInputSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationArgs>? = null, mapBlockKey: Output<String>, textInputSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecificationArgs>? = null)
Properties
Link copied to clipboard
val allowedInputTypes: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs>
Configuration block for the allowed input types of the prompt attempt. See allowed_input_types.
Link copied to clipboard
Whether the user can interrupt a speech prompt attempt from the bot.
Link copied to clipboard
val audioAndDtmfInputSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationArgs>? = null
Configuration block for settings on audio and DTMF input. See audio_and_dtmf_input_specification.
Link copied to clipboard
Which attempt to configure. Valid values are Initial, Retry1, Retry2, Retry3, Retry4, Retry5.
Link copied to clipboard
val textInputSpecification: Output<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecificationArgs>? = null
Configuration block for the settings on text input. See text_input_specification.