LuisBotComponent 类

定义

LUIS BotComponent 定义。

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

构造函数

LuisBotComponent()

LUIS BotComponent 定义。

方法

ConfigureServices(IServiceCollection, IConfiguration)

机器人组件的入口点,用于在资源浏览器中注册类型、使用配置并在服务集合中注册服务。

适用于