共用方式為


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)
已淘汰.

Bot 元件的進入點,以在資源總管中註冊類型、取用設定,並在服務集合中註冊服務。

適用於