Table of Contents

Class ChannelInfo

Namespace
JD.AI.Gateway.Client.Models
Assembly
JD.AI.Gateway.Client.dll
public sealed class ChannelInfo
Inheritance
ChannelInfo
Inherited Members

Properties

ChannelType

[JsonPropertyName("channelType")]
public string ChannelType { get; init; }

Property Value

string

DisplayName

[JsonPropertyName("displayName")]
public string DisplayName { get; init; }

Property Value

string

IsConnected

[JsonPropertyName("isConnected")]
public bool IsConnected { get; init; }

Property Value

bool