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"[];