Google Cloud Dialogflow v2 API - Class AnswerFeedback (4.8.0)

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

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

Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.

Inheritance

Object > AnswerFeedback

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

AnswerFeedback()

public AnswerFeedback()

AnswerFeedback(AnswerFeedback)

public AnswerFeedback(AnswerFeedback other)
Parameter
NameDescription
otherAnswerFeedback

Properties

AgentAssistantDetailFeedback

public AgentAssistantFeedback AgentAssistantDetailFeedback { get; set; }

Detail feedback of agent assist suggestions.

Property Value
TypeDescription
AgentAssistantFeedback

Clicked

public bool Clicked { get; set; }

Indicates whether the answer/item was clicked by the human agent or not. Default to false.

Property Value
TypeDescription
Boolean

ClickTime

public Timestamp ClickTime { get; set; }

Time when the answer/item was clicked.

Property Value
TypeDescription
Timestamp

CorrectnessLevel

public AnswerFeedback.Types.CorrectnessLevel CorrectnessLevel { get; set; }

The correctness level of the specific answer.

Property Value
TypeDescription
AnswerFeedback.Types.CorrectnessLevel

DetailFeedbackCase

public AnswerFeedback.DetailFeedbackOneofCase DetailFeedbackCase { get; }
Property Value
TypeDescription
AnswerFeedback.DetailFeedbackOneofCase

Displayed

public bool Displayed { get; set; }

Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.

Property Value
TypeDescription
Boolean

DisplayTime

public Timestamp DisplayTime { get; set; }

Time when the answer/item was displayed.

Property Value
TypeDescription
Timestamp