Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ImportIntentsResponse

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) ⇒ GoogleCloudDialogflowCxV3beta1ImportIntentsResponse

Returns a new instance of GoogleCloudDialogflowCxV3beta1ImportIntentsResponse.



4744
4745
4746
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 4744

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

Instance Attribute Details

#conflicting_resourcesGoogle::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources

Corresponds to the JSON property conflictingResources



4737
4738
4739
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 4737

def conflicting_resources
  @conflicting_resources
end

#intentsArray<String>

Corresponds to the JSON property intents

Returns:

  • (Array<String>)


4742
4743
4744
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 4742

def intents
  @intents
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4749
4750
4751
4752
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 4749

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