Class: Google::Cloud::Dialogflow::V2::BatchDeleteIntentsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dialogflow::V2::BatchDeleteIntentsRequest
 
 
- Defined in:
 - lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
 
Overview
The request message for Intents::BatchDeleteIntents.
Instance Attribute Summary collapse
- 
  
    
      #intents  ⇒ Array<Google::Cloud::Dialogflow::V2::Intent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#intents ⇒ Array<Google::Cloud::Dialogflow::V2::Intent>
Returns Required. The collection of intents to delete. Only intent +name+ must be filled in.
      682  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 682 class BatchDeleteIntentsRequest; end  | 
  
#parent ⇒ String
Returns Required. The name of the agent to delete all entities types for. Format:
+projects/
      682  | 
    
      # File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 682 class BatchDeleteIntentsRequest; end  |