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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eFlow.Types.MultiLanguageSettings\u003c/code\u003e is 2.23.0, with numerous previous versions available for reference, ranging down to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFlow.Types.MultiLanguageSettings\u003c/code\u003e is a class within the Dialogflow v3 API, specifically designed to handle multi-lingual settings for agents.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFlow.Types.MultiLanguageSettings\u003c/code\u003e class allows you to enable multi-language detection for a specific flow, provided the agent-level multi-language training is enabled.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify a list of supported response language codes, allowing the agent to respond in the detected language if it is part of this list, and the agent-level training and flow-level detection are both enabled.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMultiLanguageSettings\u003c/code\u003e class allows for the creation of new instances of multi language settings, and the copying of existing ones, as well as inheriting the implementation of the \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"]]],[],null,[]]