OrchestratorBotComponent 类

定义

注意

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

定义 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
继承
OrchestratorBotComponent
属性

构造函数

OrchestratorBotComponent()
已过时.

定义 Orchestrator 的组件资产。

方法

ConfigureServices(IServiceCollection, IConfiguration)
已过时.

机器人组件在资源资源管理器中注册类型的入口点,使用服务集合中的配置和注册服务。

适用于