Class AnswerRecord.Builder (4.3.1) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 4.3.1keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  AnswerRecord . Builder   extends   GeneratedMessageV3 . Builder<AnswerRecord . Builder >  implements   AnswerRecordOrBuilder  
   
   Answer records are records to manage answer history and feedbacks for
 Dialogflow.
 Currently, answer record includes:
human agent assistant article suggestion 
human agent assistant faq article
It doesn't include: 
DetectIntent intent matching 
DetectIntent knowledge
Answer records are not related to the conversation history in the
Dialogflow Console. A Record is generated even when the end-user disables
conversation history in the console. Records are created when there's a human
agent assistant suggestion generated.
A typical workflow for customers provide feedback to an answer is: 
For human agent assistant, customers get suggestion via ListSuggestions
API. Together with the answers, AnswerRecord.name  are returned to the
customers. 
The customer uses the AnswerRecord.name  to call the
[UpdateAnswerRecord][] method to send feedback about a specific answer
that they believe is wrong. 
 
 Protobuf type google.cloud.dialogflow.v2beta1.AnswerRecord
 
  
  
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   AnswerRecord . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   AnswerRecord   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   AnswerRecord   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   AnswerRecord . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  clearAgentAssistantRecord() 
  
    
public   AnswerRecord . Builder   clearAgentAssistantRecord ()  
   
   Output only. The record for human agent assistant.
 .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
 
 
  Returns 
  
   
  clearAnswerFeedback() 
  
    
public   AnswerRecord . Builder   clearAnswerFeedback ()  
   
   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 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   AnswerRecord . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearName() 
  
    
public   AnswerRecord . Builder   clearName ()  
   
   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 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   AnswerRecord . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearRecord() 
  
    
public   AnswerRecord . Builder   clearRecord ()  
   
  Returns 
  
   
  clone() 
  
    
public   AnswerRecord . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getAgentAssistantRecord() 
  
    
public   AgentAssistantRecord   getAgentAssistantRecord ()  
   
   Output only. The record for human agent assistant.
 .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
 
 
  Returns 
  
   
  getAgentAssistantRecordBuilder() 
  
    
public   AgentAssistantRecord . Builder   getAgentAssistantRecordBuilder ()  
   
   Output only. The record for human agent assistant.
 .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
 
 
  Returns 
  
   
  getAgentAssistantRecordOrBuilder() 
  
    
public   AgentAssistantRecordOrBuilder   getAgentAssistantRecordOrBuilder ()  
   
   Output only. The record for human agent assistant.
 .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
 
 
  Returns 
  
   
  getAnswerFeedback() 
  
    
public   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 
  
   
  getAnswerFeedbackBuilder() 
  
    
public   AnswerFeedback . Builder   getAnswerFeedbackBuilder ()  
   
   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 
  
   
  getAnswerFeedbackOrBuilder() 
  
    
public   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 
  
   
  getDefaultInstanceForType() 
  
    
public   AnswerRecord   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  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   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 
  
   
  getRecordCase() 
  
    
public   AnswerRecord . RecordCase   getRecordCase ()  
   
  Returns 
  
   
  hasAgentAssistantRecord() 
  
    
public   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   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.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  mergeAgentAssistantRecord(AgentAssistantRecord value) 
  
    
public   AnswerRecord . Builder   mergeAgentAssistantRecord ( AgentAssistantRecord   value )  
   
   Output only. The record for human agent assistant.
 .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
 
 
  Parameter 
  
  Returns 
  
   
  mergeAnswerFeedback(AnswerFeedback value) 
  
    
public   AnswerRecord . Builder   mergeAnswerFeedback ( AnswerFeedback   value )  
   
   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;
 
  Parameter 
  
  Returns 
  
   
  mergeFrom(AnswerRecord other) 
  
    
public   AnswerRecord . Builder   mergeFrom ( AnswerRecord   other )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   AnswerRecord . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   AnswerRecord . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   AnswerRecord . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  setAgentAssistantRecord(AgentAssistantRecord value) 
  
    
public   AnswerRecord . Builder   setAgentAssistantRecord ( AgentAssistantRecord   value )  
   
   Output only. The record for human agent assistant.
 .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
 
 
  Parameter 
  
  Returns 
  
   
  setAgentAssistantRecord(AgentAssistantRecord.Builder builderForValue) 
  
    
public   AnswerRecord . Builder   setAgentAssistantRecord ( AgentAssistantRecord . Builder   builderForValue )  
   
   Output only. The record for human agent assistant.
 .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
 
 
  Parameter 
  
  Returns 
  
   
  setAnswerFeedback(AnswerFeedback value) 
  
    
public   AnswerRecord . Builder   setAnswerFeedback ( AnswerFeedback   value )  
   
   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;
 
  Parameter 
  
  Returns 
  
   
  setAnswerFeedback(AnswerFeedback.Builder builderForValue) 
  
    
public   AnswerRecord . Builder   setAnswerFeedback ( AnswerFeedback . Builder   builderForValue )  
   
   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;
 
  Parameter 
  
  Returns 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   AnswerRecord . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setName(String value) 
  
    
public   AnswerRecord . Builder   setName ( String   value )  
   
   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;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        String The name to set.
 
       
     
  
  Returns 
  
   
  setNameBytes(ByteString value) 
  
    
public   AnswerRecord . Builder   setNameBytes ( ByteString   value )  
   
   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;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        ByteString The bytes for name to set.
 
       
     
  
  Returns 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   AnswerRecord . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   AnswerRecord . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]