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

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentAssistantFeedback.

Detail feedback of Agent Assistant result.

Inheritance

object > AgentAssistantFeedback

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AgentAssistantFeedback()

public AgentAssistantFeedback()

AgentAssistantFeedback(AgentAssistantFeedback)

public AgentAssistantFeedback(AgentAssistantFeedback other)
Parameter
NameDescription
otherAgentAssistantFeedback

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.v2beta1.AgentAssistantFeedback.answer_relevance]: [AnswerRelevance.IRRELEVANT][google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.AnswerRelevance.IRRELEVANT]
Property Value
TypeDescription
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
TypeDescription
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.v2beta1.AgentAssistantFeedback.document_efficiency] is [DocumentEfficiency.INEFFICIENT][google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency.INEFFICIENT].

Property Value
TypeDescription
AgentAssistantFeedbackTypesDocumentEfficiency

KnowledgeSearchFeedback

public AgentAssistantFeedback.Types.KnowledgeSearchFeedback KnowledgeSearchFeedback { get; set; }

Optional. Feedback for knowledge search.

Property Value
TypeDescription
AgentAssistantFeedbackTypesKnowledgeSearchFeedback

SummarizationFeedback

public AgentAssistantFeedback.Types.SummarizationFeedback SummarizationFeedback { get; set; }

Feedback for conversation summarization.

Property Value
TypeDescription
AgentAssistantFeedbackTypesSummarizationFeedback