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

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

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

Represents a record of a human agent assistant answer.

Inheritance

object > AgentAssistantRecord

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AgentAssistantRecord()

public AgentAssistantRecord()

AgentAssistantRecord(AgentAssistantRecord)

public AgentAssistantRecord(AgentAssistantRecord other)
Parameter
Name Description
other AgentAssistantRecord

Properties

AnswerCase

public AgentAssistantRecord.AnswerOneofCase AnswerCase { get; }
Property Value
Type Description
AgentAssistantRecordAnswerOneofCase

ArticleSuggestionAnswer

public ArticleAnswer ArticleSuggestionAnswer { get; set; }

Output only. The article suggestion answer.

Property Value
Type Description
ArticleAnswer

DialogflowAssistAnswer

public DialogflowAssistAnswer DialogflowAssistAnswer { get; set; }

Output only. The Dialogflow assist answer.

Property Value
Type Description
DialogflowAssistAnswer

FaqAnswer

public FaqAnswer FaqAnswer { get; set; }

Output only. The FAQ answer.

Property Value
Type Description
FaqAnswer