Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ImportIntentsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ImportIntentsResponse
- 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
-
#conflicting_resources ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources
Corresponds to the JSON property
conflictingResources. -
#intents ⇒ Array<String>
Corresponds to the JSON property
intents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ImportIntentsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3ImportIntentsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ImportIntentsResponse
Returns a new instance of GoogleCloudDialogflowCxV3ImportIntentsResponse.
1358 1359 1360 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1358 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conflicting_resources ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources
Corresponds to the JSON property conflictingResources
1351 1352 1353 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1351 def conflicting_resources @conflicting_resources end |
#intents ⇒ Array<String>
Corresponds to the JSON property intents
1356 1357 1358 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1356 def intents @intents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1363 1364 1365 1366 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1363 def update!(**args) @conflicting_resources = args[:conflicting_resources] if args.key?(:conflicting_resources) @intents = args[:intents] if args.key?(:intents) end |