Bot Dtmf Specification Args
data class BotDtmfSpecificationArgs(val deletionCharacter: Output<String>, val endCharacter: Output<String>, val endTimeoutMs: Output<Int>, val maxLength: Output<Int>) : ConvertibleToJava<BotDtmfSpecificationArgs>
Specifies the settings on DTMF input.
Properties
Link copied to clipboard
The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
Link copied to clipboard
The 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.