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

com.google.cloud.dialogflow.v2.AnswerRecordOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.59.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/v2/answer_record.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dialogflow.v2;

public interface AnswerRecordOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.AnswerRecord)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The unique identifier of this answer record.
   * Format: `projects/<Project ID>/locations/<Location
   * ID>/answerRecords/<Answer Record ID>`.
   * 
* * string name = 1; * * @return The name. */ java.lang.String getName(); /** * * *
   * The unique identifier of this answer record.
   * Format: `projects/<Project ID>/locations/<Location
   * ID>/answerRecords/<Answer Record ID>`.
   * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Required. The AnswerFeedback for this record. You can set this with
   * [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2.AnswerRecords.UpdateAnswerRecord]
   * in order to give us feedback about this answer.
   * 
* * * .google.cloud.dialogflow.v2.AnswerFeedback answer_feedback = 2 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the answerFeedback field is set. */ boolean hasAnswerFeedback(); /** * * *
   * Required. The AnswerFeedback for this record. You can set this with
   * [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2.AnswerRecords.UpdateAnswerRecord]
   * in order to give us feedback about this answer.
   * 
* * * .google.cloud.dialogflow.v2.AnswerFeedback answer_feedback = 2 [(.google.api.field_behavior) = REQUIRED]; * * * @return The answerFeedback. */ com.google.cloud.dialogflow.v2.AnswerFeedback getAnswerFeedback(); /** * * *
   * Required. The AnswerFeedback for this record. You can set this with
   * [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2.AnswerRecords.UpdateAnswerRecord]
   * in order to give us feedback about this answer.
   * 
* * * .google.cloud.dialogflow.v2.AnswerFeedback answer_feedback = 2 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.cloud.dialogflow.v2.AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder(); /** * * *
   * Output only. The record for human agent assistant.
   * 
* * * .google.cloud.dialogflow.v2.AgentAssistantRecord agent_assistant_record = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the agentAssistantRecord field is set. */ boolean hasAgentAssistantRecord(); /** * * *
   * Output only. The record for human agent assistant.
   * 
* * * .google.cloud.dialogflow.v2.AgentAssistantRecord agent_assistant_record = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The agentAssistantRecord. */ com.google.cloud.dialogflow.v2.AgentAssistantRecord getAgentAssistantRecord(); /** * * *
   * Output only. The record for human agent assistant.
   * 
* * * .google.cloud.dialogflow.v2.AgentAssistantRecord agent_assistant_record = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dialogflow.v2.AgentAssistantRecordOrBuilder getAgentAssistantRecordOrBuilder(); com.google.cloud.dialogflow.v2.AnswerRecord.RecordCase getRecordCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy