Google Cloud Dialogflow v2 API - Class InputTextConfig (4.18.0)

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.

Inheritance

object > InputTextConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

InputTextConfig()

public InputTextConfig()

InputTextConfig(InputTextConfig)

public InputTextConfig(InputTextConfig other)
Parameter
NameDescription
otherInputTextConfig

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
TypeDescription
string