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\u003eThe page provides reference documentation for the \u003ccode\u003eFlow.Types.MultiLanguageSettings\u003c/code\u003e class within the Dialogflow v3 API, detailing its use in multi-lingual agent settings.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.23.0, and the page lists accessible documentation for previous versions, starting from 2.23.0 down to 1.0.0, all of which refer to the same \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e class allows the enabling of multi-language detection and specifying supported response language codes within a Dialogflow flow.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e, offering methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e class includes properties like \u003ccode\u003eEnableMultiLanguageDetection\u003c/code\u003e, which is a boolean type, and \u003ccode\u003eSupportedResponseLanguageCodes\u003c/code\u003e, which is a repeated field of strings.\u003c/p\u003e\n"]]],[],null,[]]