public interface AnswerRecordOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AgentAssistantRecord |
getAgentAssistantRecord()
Output only.
|
AgentAssistantRecordOrBuilder |
getAgentAssistantRecordOrBuilder()
Output only.
|
AnswerFeedback |
getAnswerFeedback()
Optional.
|
AnswerFeedbackOrBuilder |
getAnswerFeedbackOrBuilder()
Optional.
|
String |
getName()
The unique identifier of this answer record.
|
ByteString |
getNameBytes()
The unique identifier of this answer record.
|
AnswerRecord.RecordCase |
getRecordCase() |
boolean |
hasAgentAssistantRecord()
Output only.
|
boolean |
hasAnswerFeedback()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
ByteString getNameBytes()
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;
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;
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;
AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()
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;
boolean hasAgentAssistantRecord()
Output only. The record for human agent assistant.
.google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
AgentAssistantRecord getAgentAssistantRecord()
Output only. The record for human agent assistant.
.google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
AgentAssistantRecordOrBuilder getAgentAssistantRecordOrBuilder()
Output only. The record for human agent assistant.
.google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
AnswerRecord.RecordCase getRecordCase()
Copyright © 2022 Google LLC. All rights reserved.