public sealed class TextInput : IMessage<TextInput>, IEquatable<TextInput>, IDeepCloneable<TextInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class TextInput.
Defines text input.
Implements
IMessageTextInput, IEquatableTextInput, IDeepCloneableTextInput, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
TextInput()
public TextInput()
TextInput(TextInput)
public TextInput(TextInput other)
Parameter | |
---|---|
Name | Description |
other |
TextInput |
Properties
Context
public ConversationContext Context { get; set; }
Conversation context of the input.
Property Value | |
---|---|
Type | Description |
ConversationContext |
Input
public string Input { get; set; }
Text input.
Property Value | |
---|---|
Type | Description |
string |