CxFlowKnowledgeConnectorSettingsTriggerFulfillmentAdvancedSettingsDtmfSettingsArgs

data class CxFlowKnowledgeConnectorSettingsTriggerFulfillmentAdvancedSettingsDtmfSettingsArgs(val enabled: Output<Boolean>? = null, val endpointingTimeoutDuration: Output<String>? = null, val finishDigit: Output<String>? = null, val interdigitTimeoutDuration: Output<String>? = null, val maxDigits: Output<Int>? = null) : ConvertibleToJava<CxFlowKnowledgeConnectorSettingsTriggerFulfillmentAdvancedSettingsDtmfSettingsArgs>

Constructors

constructor(enabled: Output<Boolean>? = null, endpointingTimeoutDuration: Output<String>? = null, finishDigit: Output<String>? = null, interdigitTimeoutDuration: Output<String>? = null, maxDigits: Output<Int>? = null)

Properties

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

If true, incoming audio is processed for DTMF (dual tone multi frequtectency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will de 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 endpointingTimeoutDuration: Output<String>? = null

Endpoint timeout setting for matching dtmf input to regex. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.500s".

Link copied to clipboard
val finishDigit: Output<String>? = null

The digit that terminates a DTMF digit sequence.

Link copied to clipboard
val interdigitTimeoutDuration: Output<String>? = null

Interdigit timeout setting for matching dtmf input to regex. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.500s".

Link copied to clipboard
val maxDigits: Output<Int>? = null

Max length of DTMF digits.

Functions

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