UNPKG

botbuilder-dialogs

Version:

A dialog stack based conversation manager for Microsoft BotBuilder.

13 lines 523 B
import { BotComponent } from 'botbuilder-core'; import { Configuration, ServiceCollection } from 'botbuilder-dialogs-adaptive-runtime-core'; /** * Bot component for bot Dialogs. */ export declare class DialogsBotComponent extends BotComponent { /** * @param services Services Collection to register. * @param configuration Configuration for the bot component. */ configureServices(services: ServiceCollection, configuration: Configuration): void; } //# sourceMappingURL=dialogsBotComponent.d.ts.map