OrchestratorBotComponent Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
- 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. |