Class: Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/intent.rb
Overview
The response message for Intents.ImportIntents.
Defined Under Namespace
Classes: ConflictingResources
Instance Attribute Summary collapse
-
#conflicting_resources ⇒ ::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources
Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
-
#intents ⇒ ::Array<::String>
The unique identifier of the imported intents.
Instance Attribute Details
#conflicting_resources ⇒ ::Google::Cloud::Dialogflow::CX::V3::ImportIntentsResponse::ConflictingResources
Returns Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 386 class ImportIntentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # 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. # @!attribute [rw] intent_display_names # @return [::Array<::String>] # Display names of conflicting intents. # @!attribute [rw] entity_display_names # @return [::Array<::String>] # Display names of conflicting entities. class ConflictingResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#intents ⇒ ::Array<::String>
Returns The unique identifier of the imported intents.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 386 class ImportIntentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # 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. # @!attribute [rw] intent_display_names # @return [::Array<::String>] # Display names of conflicting intents. # @!attribute [rw] entity_display_names # @return [::Array<::String>] # Display names of conflicting entities. class ConflictingResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |