Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#intents ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent>
Corresponds to the JSON property
intents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
constructor
A new instance of GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
Returns a new instance of GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse.
12042 12043 12044 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12042 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intents ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent>
Corresponds to the JSON property intents
12040 12041 12042 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12040 def intents @intents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12047 12048 12049 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12047 def update!(**args) @intents = args[:intents] if args.key?(:intents) end |