Discovery Engine v1beta API - Class TextInput (1.0.0-beta11)

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

Reference documentation and code samples for the Discovery Engine v1beta API class TextInput.

Defines text input.

Inheritance

object > TextInput

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

TextInput()

public TextInput()

TextInput(TextInput)

public TextInput(TextInput other)
Parameter
NameDescription
otherTextInput

Properties

Context

public ConversationContext Context { get; set; }

Conversation context of the input.

Property Value
TypeDescription
ConversationContext

Input

public string Input { get; set; }

Text input.

Property Value
TypeDescription
string