Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources
- 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
-
#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) ⇒ GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources
constructor
A new instance of GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources
Returns a new instance of GoogleCloudDialogflowCxV3ImportIntentsResponseConflictingResources.
4145 4146 4147 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4145 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_display_names ⇒ Array<String>
Corresponds to the JSON property entityDisplayNames
4138 4139 4140 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4138 def entity_display_names @entity_display_names end |
#intent_display_names ⇒ Array<String>
Corresponds to the JSON property intentDisplayNames
4143 4144 4145 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4143 def intent_display_names @intent_display_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4150 4151 4152 4153 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4150 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 |