public sealed class SuggestionInput : IMessage<SuggestionInput>, IEquatable<SuggestionInput>, IDeepCloneable<SuggestionInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SuggestionInput.
Represents the selection of a suggestion.
Implements
IMessageSuggestionInput, IEquatableSuggestionInput, IDeepCloneableSuggestionInput, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SuggestionInput()
public SuggestionInput()
SuggestionInput(SuggestionInput)
public SuggestionInput(SuggestionInput other)
Parameter | |
---|---|
Name | Description |
other |
SuggestionInput |
Properties
AnswerRecord
public string AnswerRecord { get; set; }
Required. The ID of a suggestion selected by the human agent.
The suggestion(s) were generated in a previous call to
request Dialogflow assist.
The format is:
projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record
ID>
where <Answer Record ID> is an alphanumeric string.
Property Value | |
---|---|
Type | Description |
string |