OrchestratorBotComponent Class

Definition

Define component assets for Orchestrator.

public class OrchestratorBotComponent : Microsoft.Bot.Builder.BotComponent
type OrchestratorBotComponent = class
    inherit BotComponent
Public Class OrchestratorBotComponent
Inherits BotComponent
Inheritance
OrchestratorBotComponent

Constructors

OrchestratorBotComponent()

Methods

ConfigureServices(IServiceCollection, IConfiguration)

Entry point for bot components to register types in resource explorer, consume configuration and register services in the services collection.

Applies to