Class: Google::Cloud::Dialogflow::V2::Intent::FollowupIntentInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::Intent::FollowupIntentInfo
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
 
Overview
Represents a single followup intent in the chain.
Instance Attribute Summary collapse
- 
  
    
      #followup_intent_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the followup intent.
 - 
  
    
      #parent_followup_intent_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the followup intent parent.
 
Instance Attribute Details
#followup_intent_name ⇒ String
Returns The unique identifier of the followup intent.
Format: +projects/
      524  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 524 class FollowupIntentInfo; end  | 
  
#parent_followup_intent_name ⇒ String
Returns The unique identifier of the followup intent parent.
Format: +projects/
      524  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 524 class FollowupIntentInfo; end  |