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

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AnswerFeedback()

public AnswerFeedback()

AnswerFeedback(AnswerFeedback)

public AnswerFeedback(AnswerFeedback other)
Parameter
NameDescription
otherAnswerFeedback

Properties

AgentAssistantDetailFeedback

public AgentAssistantFeedback AgentAssistantDetailFeedback { get; set; }

Optional. Detail feedback of agent assistant suggestions.

Property Value
TypeDescription
AgentAssistantFeedback

ClickTime

public Timestamp ClickTime { get; set; }

Time when the answer/item was clicked.

Property Value
TypeDescription
Timestamp

Clicked

public bool Clicked { get; set; }

Indicates whether the answer/item was clicked by the human agent or not. Default to false. For knowledge search, the answer record is considered to be clicked if the answer was copied or any URI was clicked.

Property Value
TypeDescription
bool

CorrectnessLevel

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

The correctness level of the specific answer.

Property Value
TypeDescription
AnswerFeedbackTypesCorrectnessLevel

DetailFeedbackCase

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

DisplayTime

public Timestamp DisplayTime { get; set; }

Time when the answer/item was displayed.

Property Value
TypeDescription
Timestamp

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
bool