Show / Hide Table of Contents

Class LanguageSettings

Language settings of the app.

Inheritance
object
LanguageSettings
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LanguageSettings : IDirectResponseSchema

Properties

DefaultLanguageCode

Optional. The default language code of the app.

Declaration
[JsonProperty("defaultLanguageCode")]
public virtual string DefaultLanguageCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EnableMultilingualSupport

Optional. Enables multilingual support. If true, agents in the app will use pre-built instructions to improve handling of multilingual input.

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

FallbackAction

Optional. The action to perform when an agent receives input in an unsupported language. This can be a predefined action or a custom tool call. Valid values are: - A tool's full resource name, which triggers a specific tool execution. - A predefined system action, such as "escalate" or "exit", which triggers an EndSession signal with corresponding metadata to terminate the conversation.

Declaration
[JsonProperty("fallbackAction")]
public virtual string FallbackAction { get; set; }
Property Value
Type Description
string

SupportedLanguageCodes

Optional. List of languages codes supported by the app, in addition to the default_language_code.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX