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

Name Description
AdaptiveTestingBotComponent()

Methods

Name Description
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