Class RoutingRule
A single channel-to-agent routing rule.
public sealed class RoutingRule
- Inheritance
-
RoutingRule
- Inherited Members
Properties
AgentId
public string AgentId { get; set; }
Property Value
ChannelName
Optional channel instance name (from Name). When set, this rule targets only the named channel instance.
public string? ChannelName { get; set; }
Property Value
ChannelType
public string ChannelType { get; set; }
Property Value
ConversationPattern
public string? ConversationPattern { get; set; }