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

GoogleCloudDialogflowV2beta1TelephonyDtmfEvents

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

A wrapper of repeated TelephonyDtmf digits.

interface GoogleCloudDialogflowV2beta1TelephonyDtmfEvents {
dtmfEvents?:
| "TELEPHONY_DTMF_UNSPECIFIED"
| "DTMF_ONE"
| "DTMF_TWO"
| "DTMF_THREE"
| "DTMF_FOUR"
| "DTMF_FIVE"
| "DTMF_SIX"
| "DTMF_SEVEN"
| "DTMF_EIGHT"
| "DTMF_NINE"
| "DTMF_ZERO"
| "DTMF_A"
| "DTMF_B"
| "DTMF_C"
| "DTMF_D"
| "DTMF_STAR"
| "DTMF_POUND"[];
}

§Properties

§
dtmfEvents?: "TELEPHONY_DTMF_UNSPECIFIED" | "DTMF_ONE" | "DTMF_TWO" | "DTMF_THREE" | "DTMF_FOUR" | "DTMF_FIVE" | "DTMF_SIX" | "DTMF_SEVEN" | "DTMF_EIGHT" | "DTMF_NINE" | "DTMF_ZERO" | "DTMF_A" | "DTMF_B" | "DTMF_C" | "DTMF_D" | "DTMF_STAR" | "DTMF_POUND"[]
[src]

A sequence of TelephonyDtmf digits.