public sealed class InputTextConfig : IMessage<InputTextConfig>, IEquatable<InputTextConfig>, IDeepCloneable<InputTextConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class InputTextConfig.
Defines the language used in the input text.
Implements
IMessageInputTextConfig, IEquatableInputTextConfig, IDeepCloneableInputTextConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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 |