Class GoogleCloudDialogflowV2AgentAssistantFeedback
Detail feedback of Agent Assist result.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AgentAssistantFeedback : IDirectResponseSchema
Properties
AnswerRelevance
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: AnswerRelevance.IRRELEVANT
Declaration
[JsonProperty("answerRelevance")]
public virtual string AnswerRelevance { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentCorrectness
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
Declaration
[JsonProperty("documentCorrectness")]
public virtual string DocumentCorrectness { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentEfficiency
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 is DocumentEfficiency.INEFFICIENT.
Declaration
[JsonProperty("documentEfficiency")]
public virtual string DocumentEfficiency { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KnowledgeAssistFeedback
Optional. Feedback for knowledge assist.
Declaration
[JsonProperty("knowledgeAssistFeedback")]
public virtual GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback KnowledgeAssistFeedback { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeAssistFeedback |
KnowledgeSearchFeedback
Optional. Feedback for knowledge search.
Declaration
[JsonProperty("knowledgeSearchFeedback")]
public virtual GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback KnowledgeSearchFeedback { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2AgentAssistantFeedbackKnowledgeSearchFeedback |
SummarizationFeedback
Optional. Feedback for conversation summarization.
Declaration
[JsonProperty("summarizationFeedback")]
public virtual GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback SummarizationFeedback { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback |