com.google.cloud.dialogflow.v2.AgentAssistantFeedbackOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/v2/answer_record.proto
package com.google.cloud.dialogflow.v2;
public interface AgentAssistantFeedbackOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.AgentAssistantFeedback)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* 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]
*
*
*
* .google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The enum numeric value on the wire for answerRelevance.
*/
int getAnswerRelevanceValue();
/**
*
*
*
* 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]
*
*
*
* .google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The answerRelevance.
*/
com.google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance getAnswerRelevance();
/**
*
*
*
* 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
*
*
*
* .google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The enum numeric value on the wire for documentCorrectness.
*/
int getDocumentCorrectnessValue();
/**
*
*
*
* 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
*
*
*
* .google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The documentCorrectness.
*/
com.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness
getDocumentCorrectness();
/**
*
*
*
* 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].
*
*
*
* .google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The enum numeric value on the wire for documentEfficiency.
*/
int getDocumentEfficiencyValue();
/**
*
*
*
* 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].
*
*
*
* .google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The documentEfficiency.
*/
com.google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency getDocumentEfficiency();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy