Class AgentAssistantRecord (3.10.0)

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

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
AgentAssistantRecord.AnswerOneofCase

ArticleSuggestionAnswer

public ArticleAnswer ArticleSuggestionAnswer { get; set; }

Output only. The article suggestion answer.

Property Value
TypeDescription
ArticleAnswer

FaqAnswer

public FaqAnswer FaqAnswer { get; set; }

Output only. The FAQ answer.

Property Value
TypeDescription
FaqAnswer