V2models Intent Confirmation Setting Prompt Specification Prompt Attempts Specification Audio And Dtmf Input Specification Dtmf Specification Args
data class V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecificationArgs(val deletionCharacter: Output<String>, val endCharacter: Output<String>, val endTimeoutMs: Output<Int>, val maxLength: Output<Int>) : ConvertibleToJava<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAudioAndDtmfInputSpecificationDtmfSpecificationArgs>
Properties
Link copied to clipboard
DTMF character that clears the accumulated DTMF digits and immediately ends the input.
Link copied to clipboard
DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
Link copied to clipboard
How long the bot should wait after the last DTMF character input before assuming that the input has concluded.