Class: Google::Cloud::Ces::V1::OmnichannelIntegrationConfig::RoutingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::OmnichannelIntegrationConfig::RoutingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/omnichannel.rb
Overview
Routing config specify how/who to route app events to a subscriber.
Instance Attribute Summary collapse
-
#subscriber_key ⇒ ::String
The key of the subscriber.
Instance Attribute Details
#subscriber_key ⇒ ::String
Returns The key of the subscriber.
128 129 130 131 |
# File 'proto_docs/google/cloud/ces/v1/omnichannel.rb', line 128 class RoutingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |