class Google::Apis::DialogflowV3::GoogleCloudDialogflowV2BatchUpdateIntentsResponse
The response message for Intents.BatchUpdateIntents.
Attributes
intents[RW]
The collection of updated or created intents. Corresponds to the JSON property `intents` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2Intent>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 9188 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_v3/classes.rb, line 9193 def update!(**args) @intents = args[:intents] if args.key?(:intents) end