Interface AnswerRecordOrBuilder (4.48.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.v2beta1.AgentAssistantRecord agent_assistant_record = 4;

Returns
Type Description
AgentAssistantRecord

The agentAssistantRecord.

getAgentAssistantRecordOrBuilder()

public abstract AgentAssistantRecordOrBuilder getAgentAssistantRecordOrBuilder()

Output only. The record for human agent assistant.

.google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;

Returns
Type Description
AgentAssistantRecordOrBuilder

getAnswerFeedback()

public abstract AnswerFeedback getAnswerFeedback()

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

.google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;

Returns
Type Description
AnswerFeedback

The answerFeedback.

getAnswerFeedbackOrBuilder()

public abstract AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()

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

.google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;

Returns
Type Description
AnswerFeedbackOrBuilder

getName()

public abstract String getName()

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

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getRecordCase()

public abstract AnswerRecord.RecordCase getRecordCase()
Returns
Type Description
AnswerRecord.RecordCase

hasAgentAssistantRecord()

public abstract boolean hasAgentAssistantRecord()

Output only. The record for human agent assistant.

.google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;

Returns
Type Description
boolean

Whether the agentAssistantRecord field is set.

hasAnswerFeedback()

public abstract boolean hasAnswerFeedback()

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

.google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;

Returns
Type Description
boolean

Whether the answerFeedback field is set.