Class RoutingMapping
The routing API returns Dictionary<string, string> (channelType → agentId). This wrapper is used by the UI for structured display and editing.
public record RoutingMapping : IEquatable<RoutingMapping>
- Inheritance
-
RoutingMapping
- Implements
- Inherited Members
Properties
AgentId
public string AgentId { get; set; }
Property Value
ChannelType
public string ChannelType { get; set; }