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

GoogleCloudDialogflowCxV3FlowMultiLanguageSettings

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

Settings for multi-lingual agents.

interface GoogleCloudDialogflowCxV3FlowMultiLanguageSettings {
enableMultiLanguageDetection?: boolean;
supportedResponseLanguageCodes?: string[];
}

§Properties

§
enableMultiLanguageDetection?: boolean
[src]

Optional. Enable multi-language detection for this flow. This can be set only if agent level multi language setting is enabled.

§
supportedResponseLanguageCodes?: string[]
[src]

Optional. Agent will respond in the detected language if the detected language code is in the supported resolved languages for this flow. This will be used only if multi-language training is enabled in the agent and multi-language detection is enabled in the flow. The supported languages must be a subset of the languages supported by the agent.