GoogleCloudDialogflowCxV3FlowMultiLanguageSettings
import type { GoogleCloudDialogflowCxV3FlowMultiLanguageSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3FlowMultiLanguageSettings {
enableMultiLanguageDetection?: boolean;
supportedResponseLanguageCodes?: string[];
}