Class ChannelConfig
- Namespace
- JD.AI.Gateway.Config
- Assembly
- JD.AI.Gateway.dll
public sealed class ChannelConfig
- Inheritance
-
ChannelConfig
- Inherited Members
-
Properties
AutoConnect
public bool AutoConnect { get; set; }
Property Value
- bool
Enabled
public bool Enabled { get; set; }
Property Value
- bool
Name
public string Name { get; set; }
Property Value
- string
Settings
public IDictionary<string, string> Settings { get; set; }
Property Value
- IDictionary<string, string>
Type
public string Type { get; set; }
Property Value
- string