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

GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings

import type { GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings {
enabled?: boolean;
endpointingTimeoutDuration?: number;
finishDigit?: string;
interdigitTimeoutDuration?: number;
maxDigits?: number;
}

§Properties

§
enabled?: boolean
[src]
§
endpointingTimeoutDuration?: number
[src]
§
finishDigit?: string
[src]
§
interdigitTimeoutDuration?: number
[src]
§
maxDigits?: number
[src]