LuisBotComponent Class

Definition

LUIS BotComponent definition.

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

Constructors

Name Description
LuisBotComponent()

Methods

Name Description
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