Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings

import type { GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Define behaviors for DTMF (dual tone multi frequency).

interface GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings {
enabled?: boolean;
finishDigit?: string;
maxDigits?: number;
}

§Properties

§
enabled?: boolean
[src]

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).

§
finishDigit?: string
[src]

The digit that terminates a DTMF digit sequence.

§
maxDigits?: number
[src]

Max length of DTMF digits.