public sealed class InputTextConfig : IMessage<InputTextConfig>, IEquatable<InputTextConfig>, IDeepCloneable<InputTextConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class InputTextConfig.
Defines the language used in the input text.
Implements
IMessageInputTextConfig, IEquatableInputTextConfig, IDeepCloneableInputTextConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
InputTextConfig()
public InputTextConfig()
InputTextConfig(InputTextConfig)
public InputTextConfig(InputTextConfig other)
Parameter | |
---|---|
Name | Description |
other |
InputTextConfig |
Properties
LanguageCode
public string LanguageCode { get; set; }
Required. The language of this conversational query. See Language Support for a list of the currently supported language codes.
Property Value | |
---|---|
Type | Description |
string |