public sealed class OmnichannelIntegrationConfig.Types.RoutingConfig : IMessage<OmnichannelIntegrationConfig.Types.RoutingConfig>, IEquatable<OmnichannelIntegrationConfig.Types.RoutingConfig>, IDeepCloneable<OmnichannelIntegrationConfig.Types.RoutingConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class OmnichannelIntegrationConfig.Types.RoutingConfig.
Routing config specify how/who to route app events to a subscriber.
Implements
IMessageOmnichannelIntegrationConfigTypesRoutingConfig, IEquatableOmnichannelIntegrationConfigTypesRoutingConfig, IDeepCloneableOmnichannelIntegrationConfigTypesRoutingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
RoutingConfig()
public RoutingConfig()RoutingConfig(RoutingConfig)
public RoutingConfig(OmnichannelIntegrationConfig.Types.RoutingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
OmnichannelIntegrationConfigTypesRoutingConfig |
Properties
SubscriberKey
public string SubscriberKey { get; set; }The key of the subscriber.
| Property Value | |
|---|---|
| Type | Description |
string |
|