public sealed class AnswerFeedback : IMessage<AnswerFeedback>, IEquatable<AnswerFeedback>, IDeepCloneable<AnswerFeedback>, IBufferMessage, IMessageRepresents feedback the customer has about the quality & correctness of a certain answer in a conversation.
Inheritance
System.Object > AnswerFeedbackImplements
IMessage<AnswerFeedback>, IEquatable<AnswerFeedback>, IDeepCloneable<AnswerFeedback>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
AnswerFeedback()
public AnswerFeedback()AnswerFeedback(AnswerFeedback)
public AnswerFeedback(AnswerFeedback other)| Parameter | |
|---|---|
| Name | Description |
other |
AnswerFeedback |
Properties
AgentAssistantDetailFeedback
public AgentAssistantFeedback AgentAssistantDetailFeedback { get; set; }Detail feedback of agent assist suggestions.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Boolean |
|
ClickTime
public Timestamp ClickTime { get; set; }Time when the answer/item was clicked.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
CorrectnessLevel
public AnswerFeedback.Types.CorrectnessLevel CorrectnessLevel { get; set; }The correctness level of the specific answer.
| Property Value | |
|---|---|
| Type | Description |
AnswerFeedback.Types.CorrectnessLevel |
|
DetailFeedbackCase
public AnswerFeedback.DetailFeedbackOneofCase DetailFeedbackCase { get; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Boolean |
|
DisplayTime
public Timestamp DisplayTime { get; set; }Time when the answer/item was displayed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|