Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2BatchDeleteIntentsRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2BatchDeleteIntentsRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v2/classes.rb,
 generated/google/apis/dialogflow_v2/representations.rb,
 generated/google/apis/dialogflow_v2/representations.rb
Overview
The request message for Intents.BatchDeleteIntents.
Instance Attribute Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudDialogflowV2BatchDeleteIntentsRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleCloudDialogflowV2BatchDeleteIntentsRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2BatchDeleteIntentsRequest
Returns a new instance of GoogleCloudDialogflowV2BatchDeleteIntentsRequest
| 205 206 207 | # File 'generated/google/apis/dialogflow_v2/classes.rb', line 205 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#intents ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Intent>
Required. The collection of intents to delete. Only intent name must be
filled in.
Corresponds to the JSON property intents
| 203 204 205 | # File 'generated/google/apis/dialogflow_v2/classes.rb', line 203 def intents @intents end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 210 211 212 | # File 'generated/google/apis/dialogflow_v2/classes.rb', line 210 def update!(**args) @intents = args[:intents] if args.key?(:intents) end |