Google Cloud Dialogflow v2beta1 API - Class InputTextConfig (1.0.0-beta16)

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.

Inheritance

object > InputTextConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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