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

GoogleCloudDialogflowCxV3beta1DtmfInput

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

Represents the input for dtmf event.

interface GoogleCloudDialogflowCxV3beta1DtmfInput {
digits?: string;
finishDigit?: string;
}

§Properties

§
digits?: string
[src]

The dtmf digits.

§
finishDigit?: string
[src]

The finish digit (if any).