Share via


DialogsBotComponent Class

Definition

Bot component for bot Dialogs.

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

Constructors

DialogsBotComponent()

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