AdaptiveBotComponent 类

定义

BotComponent 自适应组件。

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

构造函数

AdaptiveBotComponent()

BotComponent 自适应组件。

方法

ConfigureServices(IServiceCollection, IConfiguration)

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

适用于