Table of Contents

Class MapRequest

Namespace
JD.AI.Gateway.Endpoints
Assembly
JD.AI.Gateway.dll
public record MapRequest : IEquatable<MapRequest>
Inheritance
MapRequest
Implements
Inherited Members

Constructors

MapRequest(string, string)

public MapRequest(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