SlackAdapterBotComponent Classe

Definição

Cuidado

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 Definição 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
Herança
SlackAdapterBotComponent
Atributos

Construtores

Nome Description
SlackAdapterBotComponent()
Obsoleto.

BotComponent Definição para SlackAdapter.

Métodos

Nome Description
ConfigureServices(IServiceCollection, IConfiguration)
Obsoleto.

Ponto de entrada para componentes de bots registrarem tipos no explorador de recursos, consumir configuração e registrar serviços na coleção de serviços.

Aplica-se a