Class AgentAssistantFeedback.SummarizationFeedback.Builder (4.7.5) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 4.7.5keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  AgentAssistantFeedback . SummarizationFeedback . Builder   extends   GeneratedMessageV3 . Builder<AgentAssistantFeedback . SummarizationFeedback . Builder >  implements   AgentAssistantFeedback . SummarizationFeedbackOrBuilder  
   
   Feedback for conversation summarization.
 Protobuf type 
 google.cloud.dialogflow.v2beta1.AgentAssistantFeedback.SummarizationFeedback
 
  
  
  
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearStartTimestamp() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   clearStartTimestamp ()  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Returns 
  
   
  clearSubmitTimestamp() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   clearSubmitTimestamp ()  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Returns 
  
   
  clearSummaryText() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   clearSummaryText ()  
   
   Text of actual submitted summary.
 string summary_text = 3;
 
  Returns 
  
   
  clone() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   AgentAssistantFeedback . SummarizationFeedback   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  getStartTimestamp() 
  
    
public   Timestamp   getStartTimestamp ()  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        Timestamp  
        The startTimestamp.
 
       
     
  
   
  getStartTimestampBuilder() 
  
    
public   Timestamp . Builder   getStartTimestampBuilder ()  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Returns 
  
   
  getStartTimestampOrBuilder() 
  
    
public   TimestampOrBuilder   getStartTimestampOrBuilder ()  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Returns 
  
   
  getSubmitTimestamp() 
  
    
public   Timestamp   getSubmitTimestamp ()  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        Timestamp  
        The submitTimestamp.
 
       
     
  
   
  getSubmitTimestampBuilder() 
  
    
public   Timestamp . Builder   getSubmitTimestampBuilder ()  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Returns 
  
   
  getSubmitTimestampOrBuilder() 
  
    
public   TimestampOrBuilder   getSubmitTimestampOrBuilder ()  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Returns 
  
   
  getSummaryText() 
  
    
public   String   getSummaryText ()  
   
   Text of actual submitted summary.
 string summary_text = 3;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The summaryText.
 
       
     
  
   
  getSummaryTextBytes() 
  
    
public   ByteString   getSummaryTextBytes ()  
   
   Text of actual submitted summary.
 string summary_text = 3;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for summaryText.
 
       
     
  
   
  hasStartTimestamp() 
  
    
public   boolean   hasStartTimestamp ()  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the startTimestamp field is set.
 
       
     
  
   
  hasSubmitTimestamp() 
  
    
public   boolean   hasSubmitTimestamp ()  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the submitTimestamp field is set.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  mergeFrom(AgentAssistantFeedback.SummarizationFeedback other) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   mergeFrom ( AgentAssistantFeedback . SummarizationFeedback   other )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeStartTimestamp(Timestamp value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   mergeStartTimestamp ( Timestamp   value )  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Parameter 
  
  Returns 
  
   
  mergeSubmitTimestamp(Timestamp value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   mergeSubmitTimestamp ( Timestamp   value )  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Parameter 
  
  Returns 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   AgentAssistantFeedback . SummarizationFeedback . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setStartTimestamp(Timestamp value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setStartTimestamp ( Timestamp   value )  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Parameter 
  
  Returns 
  
   
  setStartTimestamp(Timestamp.Builder builderForValue) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setStartTimestamp ( Timestamp . Builder   builderForValue )  
   
   Timestamp when composing of the summary starts.
 .google.protobuf.Timestamp start_timestamp = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        builderForValue  
        Builder  
       
     
  
  Returns 
  
   
  setSubmitTimestamp(Timestamp value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setSubmitTimestamp ( Timestamp   value )  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Parameter 
  
  Returns 
  
   
  setSubmitTimestamp(Timestamp.Builder builderForValue) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setSubmitTimestamp ( Timestamp . Builder   builderForValue )  
   
   Timestamp when the summary was submitted.
 .google.protobuf.Timestamp submit_timestamp = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        builderForValue  
        Builder  
       
     
  
  Returns 
  
   
  setSummaryText(String value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setSummaryText ( String   value )  
   
   Text of actual submitted summary.
 string summary_text = 3;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        String The summaryText to set.
 
       
     
  
  Returns 
  
   
  setSummaryTextBytes(ByteString value) 
  
    
public   AgentAssistantFeedback . SummarizationFeedback . Builder   setSummaryTextBytes ( ByteString   value )  
   
   Text of actual submitted summary.
 string summary_text = 3;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        ByteString The bytes for summaryText to set.
 
       
     
  
  Returns 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   AgentAssistantFeedback . SummarizationFeedback . 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."],[],[]]