Dialogflow v3 API - Class TextInput (2.17.0)

public sealed class TextInput : IMessage<TextInput>, IEquatable<TextInput>, IDeepCloneable<TextInput>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class TextInput.

Represents the natural language text to be processed.

Inheritance

object > TextInput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TextInput()

public TextInput()

TextInput(TextInput)

public TextInput(TextInput other)
Parameter
NameDescription
otherTextInput

Properties

Text

public string Text { get; set; }

Required. The UTF-8 encoded natural language text to be processed.

Property Value
TypeDescription
string