public sealed class Flow.Types.MultiLanguageSettings : IMessage<Flow.Types.MultiLanguageSettings>, IEquatable<Flow.Types.MultiLanguageSettings>, IDeepCloneable<Flow.Types.MultiLanguageSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Flow.Types.MultiLanguageSettings.
public bool EnableMultiLanguageDetection { get; set; }
Optional. Enable multi-language detection for this flow. This can be set
only if [agent level multi language
setting][Agent.enable_multi_language_training] is enabled.
public RepeatedField<string> SupportedResponseLanguageCodes { get; }
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][google.cloud.dialogflow.cx.v3.Agent.enable_multi_language_training]
and multi-language detection is enabled in the
[flow][google.cloud.dialogflow.cx.v3.Flow.MultiLanguageSettings.enable_multi_language_detection].
The supported languages must be a subset of the languages supported by
the agent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eFlow.Types.MultiLanguageSettings\u003c/code\u003e class within the Dialogflow v3 API, covering versions from 1.0.0 to 2.23.0, with the latest version being 2.23.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e class is used for managing settings related to multi-lingual agents within Dialogflow.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e class include \u003ccode\u003eEnableMultiLanguageDetection\u003c/code\u003e, a boolean to activate multi-language detection, and \u003ccode\u003eSupportedResponseLanguageCodes\u003c/code\u003e, which specifies the languages in which the agent can respond.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides constructors for creating \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e objects, either as a new instance or by copying from another \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]