Class: Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse::ConflictingResources

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb

Overview

Conflicting resources detected during the import process. Only filled when [REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] is set in the request and there are conflicts in the display names.

Instance Attribute Summary collapse

Instance Attribute Details

#main_playbook_display_name::String

Returns Display name of conflicting main playbook.

Returns:

  • (::String)

    Display name of conflicting main playbook.



464
465
466
467
# File 'proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb', line 464

class ConflictingResources
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#nested_playbook_display_names::Array<::String>

Returns Display names of conflicting nested playbooks.

Returns:

  • (::Array<::String>)

    Display names of conflicting nested playbooks.



464
465
466
467
# File 'proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb', line 464

class ConflictingResources
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tool_display_names::Array<::String>

Returns Display names of conflicting tools.

Returns:

  • (::Array<::String>)

    Display names of conflicting tools.



464
465
466
467
# File 'proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb', line 464

class ConflictingResources
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end