QnAMakerBotComponent class

Class which contains registration of components for QnAMaker.

Extends

BotComponent

Inherited Properties

z

Methods

configureServices(ServiceCollection, Configuration)

Inherited Property Details

z

static z: ZodType<BotComponent, ZodTypeDef>

Property Value

ZodType<BotComponent, ZodTypeDef>

Inherited From BotComponent.z

Method Details

configureServices(ServiceCollection, Configuration)

function configureServices(services: ServiceCollection, _configuration: Configuration)

Parameters

services

ServiceCollection

Services collection to mimic dependency injection.

_configuration

Configuration

Configuration for the bot component.