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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Overview

The request message for Intents.BatchDeleteIntents.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2BatchDeleteIntentsRequest

Returns a new instance of GoogleCloudDialogflowV2BatchDeleteIntentsRequest.



8639
8640
8641
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8639

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



8637
8638
8639
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8637

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8644
8645
8646
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8644

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