public interface AnswerRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentAssistantRecord()
public abstract AgentAssistantRecord getAgentAssistantRecord()Output only. The record for human agent assistant.
.google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
| 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;
| 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;
| 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;
| 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;
| 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;
| 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.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
| 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;
| Type | Description |
| boolean | Whether the answerFeedback field is set. |