Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources
- 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
-
#entity_display_names ⇒ Array<String>
Corresponds to the JSON property
entityDisplayNames. -
#intent_display_names ⇒ Array<String>
Corresponds to the JSON property
intentDisplayNames.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources
Returns a new instance of GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources.
4751 4752 4753 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4751 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_display_names ⇒ Array<String>
Corresponds to the JSON property entityDisplayNames
4744 4745 4746 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4744 def entity_display_names @entity_display_names end |
#intent_display_names ⇒ Array<String>
Corresponds to the JSON property intentDisplayNames
4749 4750 4751 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4749 def intent_display_names @intent_display_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4756 4757 4758 4759 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4756 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 |