public interface AnswerRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for name. |
getRecordCase()
public abstract AnswerRecord.RecordCase getRecordCase()| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the answerFeedback field is set. |