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;
}