SlackAdapterBotComponent Clase

Definición

Precaución

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

BotComponent Definición para SlackAdapter.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class SlackAdapterBotComponent : Microsoft.Bot.Builder.BotComponent
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type SlackAdapterBotComponent = class
    inherit BotComponent
Public Class SlackAdapterBotComponent
Inherits BotComponent
Herencia
SlackAdapterBotComponent
Atributos

Constructores

Nombre Description
SlackAdapterBotComponent()
Obsoletos.

BotComponent Definición para SlackAdapter.

Métodos

Nombre Description
ConfigureServices(IServiceCollection, IConfiguration)
Obsoletos.

Punto de entrada para que los componentes del bot registren tipos en el explorador de recursos, consuman configuración y registren servicios en la colección de servicios.

Se aplica a