Google Cloud Dialogflow v2 API - Class SuggestionInput (4.18.0)

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.

Inheritance

object > SuggestionInput

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SuggestionInput()

public SuggestionInput()

SuggestionInput(SuggestionInput)

public SuggestionInput(SuggestionInput other)
Parameter
NameDescription
otherSuggestionInput

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
TypeDescription
string