다음을 통해 공유


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)
사용되지 않음.

리소스 탐색기에서 형식을 등록하고, 구성을 사용하고, 서비스 컬렉션에 서비스를 등록하는 봇 구성 요소의 진입점입니다.

적용 대상