Compartir a través de


OrchestratorBotComponent Clase

Definición

Precaución

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

Defina los recursos de componentes para 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
Herencia
OrchestratorBotComponent
Atributos

Constructores

OrchestratorBotComponent()
Obsoletos.

Defina los recursos de componentes para Orchestrator.

Métodos

ConfigureServices(IServiceCollection, IConfiguration)
Obsoletos.

Punto de entrada para los componentes del bot para registrar tipos en el Explorador de recursos, consumir servicios de configuración y registro en la colección de servicios.

Se aplica a