Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest

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

Overview

The request message for Intents.BatchDeleteIntents.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest

Returns a new instance of GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest.



6912
6913
6914
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 6912

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

Instance Attribute Details

#intentsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent>

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



6910
6911
6912
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 6910

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6917
6918
6919
# File 'generated/google/apis/dialogflow_v2beta1/classes.rb', line 6917

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