V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationArgs

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>

Properties

Link copied to clipboard

Configuration block for the allowed input types of the prompt attempt. See allowed_input_types.

Link copied to clipboard
val allowInterrupt: Output<Boolean>? = null

Whether the user can interrupt a speech prompt attempt from the bot.

Link copied to clipboard

Configuration block for settings on audio and DTMF input. See audio_and_dtmf_input_specification.

Link copied to clipboard
val mapBlockKey: Output<String>

Which attempt to configure. Valid values are Initial, Retry1, Retry2, Retry3, Retry4, Retry5.

Link copied to clipboard

Configuration block for the settings on text input. See text_input_specification.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationArgs