Table of Contents

Class RoutingMapping

Namespace
JD.AI.Gateway.Client.Models
Assembly
JD.AI.Gateway.Client.dll
public sealed record RoutingMapping : IEquatable<RoutingMapping>
Inheritance
RoutingMapping
Implements
Inherited Members

Constructors

RoutingMapping(string, string)

public RoutingMapping(string ChannelId, string AgentId)

Parameters

ChannelId string
AgentId string

Properties

AgentId

public string AgentId { get; init; }

Property Value

string

ChannelId

public string ChannelId { get; init; }

Property Value

string