Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources

Returns a new instance of GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources.



8360
8361
8362
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8360

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

Instance Attribute Details

#entity_display_namesArray<String>

Corresponds to the JSON property entityDisplayNames

Returns:

  • (Array<String>)


8353
8354
8355
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8353

def entity_display_names
  @entity_display_names
end

#intent_display_namesArray<String>

Corresponds to the JSON property intentDisplayNames

Returns:

  • (Array<String>)


8358
8359
8360
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8358

def intent_display_names
  @intent_display_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8365
8366
8367
8368
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8365

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