Table of Contents

Class RoutingRule

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

A single channel-to-agent routing rule.

public sealed class RoutingRule
Inheritance
RoutingRule
Inherited Members

Properties

AgentId

public string AgentId { get; set; }

Property Value

string

ChannelName

Optional channel instance name (from Name). When set, this rule targets only the named channel instance.

public string? ChannelName { get; set; }

Property Value

string

ChannelType

public string ChannelType { get; set; }

Property Value

string

ConversationPattern

public string? ConversationPattern { get; set; }

Property Value

string