Google Cloud Dialogflow v2 API - Class DialogflowAssistAnswer (4.19.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DialogflowAssistAnswer.

Represents a Dialogflow assist answer.

Inheritance

object > DialogflowAssistAnswer

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DialogflowAssistAnswer()

public DialogflowAssistAnswer()

DialogflowAssistAnswer(DialogflowAssistAnswer)

public DialogflowAssistAnswer(DialogflowAssistAnswer other)
Parameter
Name Description
other DialogflowAssistAnswer

Properties

AnswerRecord

public string AnswerRecord { get; set; }

The name of answer record, in the format of "projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>"

Property Value
Type Description
string

IntentSuggestion

public IntentSuggestion IntentSuggestion { get; set; }

An intent suggestion generated from conversation.

Property Value
Type Description
IntentSuggestion

QueryResult

public QueryResult QueryResult { get; set; }

Result from v2 agent.

Property Value
Type Description
QueryResult

ResultCase

public DialogflowAssistAnswer.ResultOneofCase ResultCase { get; }
Property Value
Type Description
DialogflowAssistAnswerResultOneofCase