Table of Contents

Class RoutingMapping

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll

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

string

ChannelType

public string ChannelType { get; set; }

Property Value

string