Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2BatchDeleteIntentsRequest

Inherits:
Object
  • Object
show all
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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2BatchDeleteIntentsRequest

Returns a new instance of GoogleCloudDialogflowV2BatchDeleteIntentsRequest.



270
271
272
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 270

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#intentsArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Intent>

Required. The collection of intents to delete. Only intent name must be filled in. Corresponds to the JSON property intents



268
269
270
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 268

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



275
276
277
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 275

def update!(**args)
  @intents = args[:intents] if args.key?(:intents)
end