class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentBatch

This message is a wrapper around a collection of intents.

Attributes

intents[RW]

A collection of intents. 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 10563
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 10568
def update!(**args)
  @intents = args[:intents] if args.key?(:intents)
end