QnAMakerBotComponent 类

定义

包含 QnAMaker 组件注册的类。

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

构造函数

QnAMakerBotComponent()

包含 QnAMaker 组件注册的类。

方法

ConfigureServices(IServiceCollection, IConfiguration)

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

适用于