Google Cloud Dialogflow v2beta1 API - Class DialogflowAssistAnswer (1.0.0-beta15)

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

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

Represents a Dialogflow assist answer.

Inheritance

object > DialogflowAssistAnswer

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DialogflowAssistAnswer()

public DialogflowAssistAnswer()

DialogflowAssistAnswer(DialogflowAssistAnswer)

public DialogflowAssistAnswer(DialogflowAssistAnswer other)
Parameter
NameDescription
otherDialogflowAssistAnswer

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

IntentSuggestion

public IntentSuggestion IntentSuggestion { get; set; }

An intent suggestion generated from conversation.

Property Value
TypeDescription
IntentSuggestion

QueryResult

public QueryResult QueryResult { get; set; }

Result from v2 agent.

Property Value
TypeDescription
QueryResult

ResultCase

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