![JAR search and dependency download from the Maven repository](/logo.png)
com.google.cloud.dialogflow.v2beta1.AnswerRecordOrBuilder Maven / Gradle / Ivy
/*
* 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 AnswerRecordOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2beta1.AnswerRecord)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The unique identifier of this answer record.
* Required for
* [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
* method. 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.
* Required for
* [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
* method. Format: `projects/<Project ID>/locations/<Location
* ID>/answerRecords/<Answer Record ID>`.
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Optional. The AnswerFeedback for this record. You can set this with
* [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
* in order to give us feedback about this answer.
*
*
* .google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;
*
* @return Whether the answerFeedback field is set.
*/
boolean hasAnswerFeedback();
/**
*
*
*
* Optional. The AnswerFeedback for this record. You can set this with
* [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
* in order to give us feedback about this answer.
*
*
* .google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;
*
* @return The answerFeedback.
*/
com.google.cloud.dialogflow.v2beta1.AnswerFeedback getAnswerFeedback();
/**
*
*
*
* Optional. The AnswerFeedback for this record. You can set this with
* [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
* in order to give us feedback about this answer.
*
*
* .google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;
*/
com.google.cloud.dialogflow.v2beta1.AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder();
/**
*
*
*
* Output only. The record for human agent assistant.
*
*
* .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
*
* @return Whether the agentAssistantRecord field is set.
*/
boolean hasAgentAssistantRecord();
/**
*
*
*
* Output only. The record for human agent assistant.
*
*
* .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
*
* @return The agentAssistantRecord.
*/
com.google.cloud.dialogflow.v2beta1.AgentAssistantRecord getAgentAssistantRecord();
/**
*
*
*
* Output only. The record for human agent assistant.
*
*
* .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
*/
com.google.cloud.dialogflow.v2beta1.AgentAssistantRecordOrBuilder
getAgentAssistantRecordOrBuilder();
com.google.cloud.dialogflow.v2beta1.AnswerRecord.RecordCase getRecordCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy