public sealed class AgentAssistantFeedback : IMessage<AgentAssistantFeedback>, IEquatable<AgentAssistantFeedback>, IDeepCloneable<AgentAssistantFeedback>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class AgentAssistantFeedback.
Detail feedback of Agent Assist result.
Implements
IMessageAgentAssistantFeedback, IEquatableAgentAssistantFeedback, IDeepCloneableAgentAssistantFeedback, 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 |
AgentAssistantFeedbackTypesAnswerRelevance |
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 |
AgentAssistantFeedbackTypesDocumentCorrectness |
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 |
AgentAssistantFeedbackTypesDocumentEfficiency |
KnowledgeSearchFeedback
public AgentAssistantFeedback.Types.KnowledgeSearchFeedback KnowledgeSearchFeedback { get; set; }
Optional. Feedback for knowledge search.
Property Value | |
---|---|
Type | Description |
AgentAssistantFeedbackTypesKnowledgeSearchFeedback |
SummarizationFeedback
public AgentAssistantFeedback.Types.SummarizationFeedback SummarizationFeedback { get; set; }
Optional. Feedback for conversation summarization.
Property Value | |
---|---|
Type | Description |
AgentAssistantFeedbackTypesSummarizationFeedback |