Class AgentAssistantFeedback (2.22.0)

AgentAssistantFeedback(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detail feedback of Agent Assist result.

Attributes

NameDescription
answer_relevance google.cloud.dialogflow_v2.types.AgentAssistantFeedback.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
document_correctness google.cloud.dialogflow_v2.types.AgentAssistantFeedback.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_efficiency google.cloud.dialogflow_v2.types.AgentAssistantFeedback.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.
summarization_feedback google.cloud.dialogflow_v2.types.AgentAssistantFeedback.SummarizationFeedback
Optional. Feedback for conversation summarization.

Classes

AnswerRelevance

AnswerRelevance(value)

Relevance of an answer.

Values: ANSWER_RELEVANCE_UNSPECIFIED (0): Answer relevance unspecified. IRRELEVANT (1): Answer is irrelevant to query. RELEVANT (2): Answer is relevant to query.

DocumentCorrectness

DocumentCorrectness(value)

Correctness of document.

Values: DOCUMENT_CORRECTNESS_UNSPECIFIED (0): Document correctness unspecified. INCORRECT (1): Information in document is incorrect. CORRECT (2): Information in document is correct.

DocumentEfficiency

DocumentEfficiency(value)

Efficiency of document.

Values: DOCUMENT_EFFICIENCY_UNSPECIFIED (0): Document efficiency unspecified. INEFFICIENT (1): Document is inefficient. EFFICIENT (2): Document is efficient.

SummarizationFeedback

SummarizationFeedback(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Feedback for conversation summarization.