Class Intent.FollowupIntentInfo.Builder (4.35.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 4.35.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Intent . FollowupIntentInfo . Builder   extends   GeneratedMessageV3 . Builder<Intent . FollowupIntentInfo . Builder >  implements   Intent . FollowupIntentInfoOrBuilder  
   Represents a single followup intent in the chain.
 Protobuf type google.cloud.dialogflow.v2beta1.Intent.FollowupIntentInfo
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Intent . FollowupIntentInfo . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   Intent . FollowupIntentInfo   build ()  
  
  buildPartial() 
  
    
public   Intent . FollowupIntentInfo   buildPartial ()  
  
  clear() 
  
    
public   Intent . FollowupIntentInfo . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Intent . FollowupIntentInfo . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearFollowupIntentName() 
  
    
public   Intent . FollowupIntentInfo . Builder   clearFollowupIntentName ()  
   The unique identifier of the followup intent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string followup_intent_name = 1;
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Intent . FollowupIntentInfo . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearParentFollowupIntentName() 
  
    
public   Intent . FollowupIntentInfo . Builder   clearParentFollowupIntentName ()  
   The unique identifier of the followup intent's parent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string parent_followup_intent_name = 2;
clone() 
  
    
public   Intent . FollowupIntentInfo . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Intent . FollowupIntentInfo   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getFollowupIntentName() 
  
    
public   String   getFollowupIntentName ()  
   The unique identifier of the followup intent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string followup_intent_name = 1;
    
      
        Returns  
      
        Type Description  
      
        String The followupIntentName.
 
     
  
  getFollowupIntentNameBytes() 
  
    
public   ByteString   getFollowupIntentNameBytes ()  
   The unique identifier of the followup intent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string followup_intent_name = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for followupIntentName.
 
     
  
  getParentFollowupIntentName() 
  
    
public   String   getParentFollowupIntentName ()  
   The unique identifier of the followup intent's parent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string parent_followup_intent_name = 2;
    
      
        Returns  
      
        Type Description  
      
        String The parentFollowupIntentName.
 
     
  
  getParentFollowupIntentNameBytes() 
  
    
public   ByteString   getParentFollowupIntentNameBytes ()  
   The unique identifier of the followup intent's parent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string parent_followup_intent_name = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for parentFollowupIntentName.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(Intent.FollowupIntentInfo other) 
  
    
public   Intent . FollowupIntentInfo . Builder   mergeFrom ( Intent . FollowupIntentInfo   other )  
  
  
  
    
public   Intent . FollowupIntentInfo . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   Intent . FollowupIntentInfo . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Intent . FollowupIntentInfo . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Intent . FollowupIntentInfo . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setFollowupIntentName(String value) 
  
    
public   Intent . FollowupIntentInfo . Builder   setFollowupIntentName ( String   value )  
   The unique identifier of the followup intent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string followup_intent_name = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueString The followupIntentName to set.
 
     
  
  
  setFollowupIntentNameBytes(ByteString value) 
  
    
public   Intent . FollowupIntentInfo . Builder   setFollowupIntentNameBytes ( ByteString   value )  
   The unique identifier of the followup intent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string followup_intent_name = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for followupIntentName to set.
 
     
  
  
  setParentFollowupIntentName(String value) 
  
    
public   Intent . FollowupIntentInfo . Builder   setParentFollowupIntentName ( String   value )  
   The unique identifier of the followup intent's parent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string parent_followup_intent_name = 2;
    
      
        Parameter  
      
        Name Description  
      
        valueString The parentFollowupIntentName to set.
 
     
  
  
  setParentFollowupIntentNameBytes(ByteString value) 
  
    
public   Intent . FollowupIntentInfo . Builder   setParentFollowupIntentNameBytes ( ByteString   value )  
   The unique identifier of the followup intent's parent.
 Format: projects/<Project ID>/agent/intents/<Intent ID>.
 string parent_followup_intent_name = 2;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for parentFollowupIntentName to set.
 
     
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Intent . FollowupIntentInfo . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Intent . FollowupIntentInfo . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  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-29 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-29 UTC."],[],[]]