class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest
The request message for Intents.BatchDeleteIntents.
Attributes
intents[RW]
Required. The collection of intents to delete. Only intent `name` must be filled in. Corresponds to the JSON property `intents` @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 8228 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 8233 def update!(**args) @intents = args[:intents] if args.key?(:intents) end