CxPageFormParameterAdvancedSettingsDtmfSettings

data class CxPageFormParameterAdvancedSettingsDtmfSettings(val enabled: Boolean? = null, val finishDigit: String? = null, val maxDigits: Int? = null)

Constructors

constructor(enabled: Boolean? = null, finishDigit: String? = null, maxDigits: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).

Link copied to clipboard
val finishDigit: String? = null

The digit that terminates a DTMF digit sequence.

Link copied to clipboard
val maxDigits: Int? = null

Max length of DTMF digits.