Class GoogleCloudDialogflowCxV3FlowMultiLanguageSettings
Settings for multi-lingual agents.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3FlowMultiLanguageSettings : 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> |