Class: Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/intent.rb
Overview
Conflicting resources detected during the import process. Only filled when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] is set in the request and there are conflicts in the display names.
Instance Attribute Summary collapse
-
#entity_display_names ⇒ ::Array<::String>
Display names of conflicting entities.
-
#intent_display_names ⇒ ::Array<::String>
Display names of conflicting intents.
Instance Attribute Details
#entity_display_names ⇒ ::Array<::String>
Returns Display names of conflicting entities.
399 400 401 402 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 399 class ConflictingResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intent_display_names ⇒ ::Array<::String>
Returns Display names of conflicting intents.
399 400 401 402 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 399 class ConflictingResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |