AdapterSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings for configurable bot adapters.
public class AdapterSettings
type AdapterSettings = class
Public Class AdapterSettings
- Inheritance
-
AdapterSettings
Constructors
| AdapterSettings() |
Properties
| AdapterSettingsKey |
Gets the configuration key for AdapterSettings. |
| CoreBotAdapterSettings |
Gets the default adapter route settings. |
| Enabled |
Gets or sets a value indicating whether the adapter is enabled. |
| Name |
Gets or sets the name of the adapter. |
| Route |
Gets or sets the route in which to expose the adapter exposed over http. |
| Type |
Gets or sets the type name of the adapter. |