Class RoutingConfig
Routing rules that map channels to agents.
public sealed class RoutingConfig
- Inheritance
-
RoutingConfig
- Inherited Members
Properties
DefaultAgentId
public string DefaultAgentId { get; set; }
Property Value
Rules
public IList<RoutingRule> Rules { get; set; }