Google Cloud Dialogflow v2 API - Class AgentAssistantRecord (4.18.0)

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

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

Represents a record of a human agent assist answer.

Inheritance

object > AgentAssistantRecord

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

AgentAssistantRecord()

public AgentAssistantRecord()

AgentAssistantRecord(AgentAssistantRecord)

public AgentAssistantRecord(AgentAssistantRecord other)
Parameter
NameDescription
otherAgentAssistantRecord

Properties

AnswerCase

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

ArticleSuggestionAnswer

public ArticleAnswer ArticleSuggestionAnswer { get; set; }

Output only. The article suggestion answer.

Property Value
TypeDescription
ArticleAnswer

DialogflowAssistAnswer

public DialogflowAssistAnswer DialogflowAssistAnswer { get; set; }

Output only. Dialogflow assist answer.

Property Value
TypeDescription
DialogflowAssistAnswer

FaqAnswer

public FaqAnswer FaqAnswer { get; set; }

Output only. The FAQ answer.

Property Value
TypeDescription
FaqAnswer