public sealed class AgentAssistantFeedback : IMessage<AgentAssistantFeedback>, IEquatable<AgentAssistantFeedback>, IDeepCloneable<AgentAssistantFeedback>, IBufferMessage, IMessageDetail feedback of Agent Assist result.
Inheritance
System.Object > AgentAssistantFeedbackImplements
IMessage<AgentAssistantFeedback>, IEquatable<AgentAssistantFeedback>, IDeepCloneable<AgentAssistantFeedback>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
AgentAssistantFeedback()
public AgentAssistantFeedback()AgentAssistantFeedback(AgentAssistantFeedback)
public AgentAssistantFeedback(AgentAssistantFeedback other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        AgentAssistantFeedback | 
      
Properties
AnswerRelevance
public AgentAssistantFeedback.Types.AnswerRelevance AnswerRelevance { get; set; }Optional. Whether or not the suggested answer is relevant.
For example:
- Query: "Can I change my mailing address?"
 - Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
 - [answer_relevance][google.cloud.dialogflow.v2.AgentAssistantFeedback.answer_relevance]: [AnswerRelevance.IRRELEVANT][google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance.IRRELEVANT]
 
| Property Value | |
|---|---|
| Type | Description | 
AgentAssistantFeedback.Types.AnswerRelevance | 
        |
DocumentCorrectness
public AgentAssistantFeedback.Types.DocumentCorrectness DocumentCorrectness { get; set; }Optional. Whether or not the information in the document is correct.
For example:
- Query: "Can I return the package in 2 days once received?"
 - Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date."
 - Ground truth: "No return or exchange is allowed."
 - [document_correctness]: INCORRECT
 
| Property Value | |
|---|---|
| Type | Description | 
AgentAssistantFeedback.Types.DocumentCorrectness | 
        |
DocumentEfficiency
public AgentAssistantFeedback.Types.DocumentEfficiency DocumentEfficiency { get; set; }Optional. Whether or not the suggested document is efficient. For example, if the document is poorly written, hard to understand, hard to use or too long to find useful information, [document_efficiency][google.cloud.dialogflow.v2.AgentAssistantFeedback.document_efficiency] is [DocumentEfficiency.INEFFICIENT][google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency.INEFFICIENT].
| Property Value | |
|---|---|
| Type | Description | 
AgentAssistantFeedback.Types.DocumentEfficiency | 
        |