Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ImportIntentsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ImportIntentsResponse

Returns a new instance of GoogleCloudDialogflowCxV3ImportIntentsResponse.



1364
1365
1366
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 1364

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#conflicting_resourcesGoogle::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources

Corresponds to the JSON property conflictingResources



1357
1358
1359
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 1357

def conflicting_resources
  @conflicting_resources
end

#intentsArray<String>

Corresponds to the JSON property intents

Returns:

  • (Array<String>)


1362
1363
1364
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 1362

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1369
1370
1371
1372
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 1369

def update!(**args)
  @conflicting_resources = args[:conflicting_resources] if args.key?(:conflicting_resources)
  @intents = args[:intents] if args.key?(:intents)
end