Partilhar via


OrchestratorBotComponent Classe

Definição

Atenção

The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.

Defina ativos de componentes para o Orchestrator.

[System.Obsolete("The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.")]
public class OrchestratorBotComponent : Microsoft.Bot.Builder.BotComponent
[<System.Obsolete("The Bot Framework Orchestrator will be deprecated in the next version of the Bot Framework SDK.")>]
type OrchestratorBotComponent = class
    inherit BotComponent
Public Class OrchestratorBotComponent
Inherits BotComponent
Herança
OrchestratorBotComponent
Atributos

Construtores

OrchestratorBotComponent()
Obsoleto.

Defina ativos de componentes para o Orchestrator.

Métodos

ConfigureServices(IServiceCollection, IConfiguration)
Obsoleto.

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

Aplica-se a