Share via


QnAMakerBotComponent Class

Definition

Class which contains registration of components for QnAMaker.

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

Constructors

QnAMakerBotComponent()

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