AdaptiveBotComponent Class

Definition

BotComponent for adaptive components.

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

Constructors

AdaptiveBotComponent()

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