Class: Google::Cloud::Ces::V1beta::OmnichannelIntegrationConfig::RoutingConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/omnichannel.rb

Overview

Routing config specify how/who to route app events to a subscriber.

Instance Attribute Summary collapse

Instance Attribute Details

#subscriber_key::String

Returns The key of the subscriber.

Returns:

  • (::String)

    The key of the subscriber.



128
129
130
131
# File 'proto_docs/google/cloud/ces/v1beta/omnichannel.rb', line 128

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