All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedbackOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.158.0
Show newest version
/*
 * Copyright 2024 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/v2beta1/answer_record.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.v2beta1;

public interface AgentAssistantFeedbackOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2beta1.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.v2beta1.AgentAssistantFeedback.answer_relevance]: [AnswerRelevance.IRRELEVANT][google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.AnswerRelevance.IRRELEVANT]
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1; * * * @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.v2beta1.AgentAssistantFeedback.answer_relevance]: [AnswerRelevance.IRRELEVANT][google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.AnswerRelevance.IRRELEVANT]
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.AnswerRelevance answer_relevance = 1; * * * @return The answerRelevance. */ com.google.cloud.dialogflow.v2beta1.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.v2beta1.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2; * * * @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.v2beta1.AgentAssistantFeedback.DocumentCorrectness document_correctness = 2; * * * @return The documentCorrectness. */ com.google.cloud.dialogflow.v2beta1.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.v2beta1.AgentAssistantFeedback.document_efficiency]
   * is
   * [DocumentEfficiency.INEFFICIENT][google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency.INEFFICIENT].
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3; * * * @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.v2beta1.AgentAssistantFeedback.document_efficiency]
   * is
   * [DocumentEfficiency.INEFFICIENT][google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency.INEFFICIENT].
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency document_efficiency = 3; * * * @return The documentEfficiency. */ com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.DocumentEfficiency getDocumentEfficiency(); /** * * *
   * Feedback for conversation summarization.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4; * * * @return Whether the summarizationFeedback field is set. */ boolean hasSummarizationFeedback(); /** * * *
   * Feedback for conversation summarization.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4; * * * @return The summarizationFeedback. */ com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.SummarizationFeedback getSummarizationFeedback(); /** * * *
   * Feedback for conversation summarization.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.SummarizationFeedback summarization_feedback = 4; * */ com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.SummarizationFeedbackOrBuilder getSummarizationFeedbackOrBuilder(); /** * * *
   * Optional. Feedback for knowledge search.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the knowledgeSearchFeedback field is set. */ boolean hasKnowledgeSearchFeedback(); /** * * *
   * Optional. Feedback for knowledge search.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The knowledgeSearchFeedback. */ com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeSearchFeedback getKnowledgeSearchFeedback(); /** * * *
   * Optional. Feedback for knowledge search.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeSearchFeedback knowledge_search_feedback = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeSearchFeedbackOrBuilder getKnowledgeSearchFeedbackOrBuilder(); /** * * *
   * Optional. Feedback for knowledge assist.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the knowledgeAssistFeedback field is set. */ boolean hasKnowledgeAssistFeedback(); /** * * *
   * Optional. Feedback for knowledge assist.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The knowledgeAssistFeedback. */ com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeAssistFeedback getKnowledgeAssistFeedback(); /** * * *
   * Optional. Feedback for knowledge assist.
   * 
* * * .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeAssistFeedback knowledge_assist_feedback = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.KnowledgeAssistFeedbackOrBuilder getKnowledgeAssistFeedbackOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy