V2models Intent Confirmation Setting Prompt Specification Prompt Attempts Specification
data class V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification(val allowInterrupt: Boolean? = null, val allowedInputTypes: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes, val audioAndDtmfInputSpecification: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification? = null, val mapBlockKey: String, val textInputSpecification: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification? = null)
Constructors
Link copied to clipboard
constructor(allowInterrupt: Boolean? = null, allowedInputTypes: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes, audioAndDtmfInputSpecification: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification? = null, mapBlockKey: String, textInputSpecification: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification? = null)
Properties
Link copied to clipboard
val allowedInputTypes: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypes
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: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecification? = 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: V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationTextInputSpecification? = null
Configuration block for the settings on text input. See text_input_specification
.