Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings

Settings for multi-lingual agents.

Inheritance
object
GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableMultiLanguageDetection

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

Declaration
[JsonProperty("enableMultiLanguageDetection")]
public virtual bool? EnableMultiLanguageDetection { get; set; }
Property Value
Type Description
bool?

SupportedResponseLanguageCodes

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.

Declaration
[JsonProperty("supportedResponseLanguageCodes")]
public virtual IList<string> SupportedResponseLanguageCodes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX