Interface AnswerRecordOrBuilder (4.47.0)

public interface AnswerRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentAssistantRecord()

public abstract 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];

Returns
TypeDescription
AgentAssistantRecord

The agentAssistantRecord.

getAgentAssistantRecordOrBuilder()

public abstract AgentAssistantRecordOrBuilder getAgentAssistantRecordOrBuilder()

Output only. The record for human agent assistant.

.google.cloud.dialogflow.v2.AgentAssistantRecord agent_assistant_record = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AgentAssistantRecordOrBuilder

getAnswerFeedback()

public abstract AnswerFeedback getAnswerFeedback()

Required. The AnswerFeedback for this record. You can set this with AnswerRecords.UpdateAnswerRecord in order to give us feedback about this answer.

.google.cloud.dialogflow.v2.AnswerFeedback answer_feedback = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AnswerFeedback

The answerFeedback.

getAnswerFeedbackOrBuilder()

public abstract AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()

Required. The AnswerFeedback for this record. You can set this with AnswerRecords.UpdateAnswerRecord in order to give us feedback about this answer.

.google.cloud.dialogflow.v2.AnswerFeedback answer_feedback = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AnswerFeedbackOrBuilder

getName()

public abstract String getName()

The unique identifier of this answer record. Format: projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The unique identifier of this answer record. Format: projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getRecordCase()

public abstract AnswerRecord.RecordCase getRecordCase()
Returns
TypeDescription
AnswerRecord.RecordCase

hasAgentAssistantRecord()

public abstract 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];

Returns
TypeDescription
boolean

Whether the agentAssistantRecord field is set.

hasAnswerFeedback()

public abstract boolean hasAnswerFeedback()

Required. The AnswerFeedback for this record. You can set this with AnswerRecords.UpdateAnswerRecord in order to give us feedback about this answer.

.google.cloud.dialogflow.v2.AnswerFeedback answer_feedback = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the answerFeedback field is set.