AdaptiveTestingBotComponent Class

Definition

Adaptive Testing BotComponent definition.

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

Constructors

AdaptiveTestingBotComponent()

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