Table of Contents

Class RoutingConfig

Namespace
JD.AI.Gateway.Config
Assembly
JD.AI.Gateway.dll

Routing rules that map channels to agents.

public sealed class RoutingConfig
Inheritance
RoutingConfig
Inherited Members

Properties

DefaultAgentId

public string DefaultAgentId { get; set; }

Property Value

string

Rules

public IList<RoutingRule> Rules { get; set; }

Property Value

IList<RoutingRule>