AdapterSettings Class

Definition

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.

Applies to