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)
古い.

リソース エクスプローラーで型を登録し、構成を使用し、サービス コレクションにサービスを登録するためのボット コンポーネントのエントリ ポイント。

適用対象