Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ImportIntentsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ImportIntentsResponse

Returns a new instance of GoogleCloudDialogflowCxV3ImportIntentsResponse.



4120
4121
4122
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4120

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

Instance Attribute Details

#conflicting_resourcesGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources

Corresponds to the JSON property conflictingResources



4113
4114
4115
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4113

def conflicting_resources
  @conflicting_resources
end

#intentsArray<String>

Corresponds to the JSON property intents

Returns:

  • (Array<String>)


4118
4119
4120
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4118

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4125
4126
4127
4128
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4125

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