botbuilder-dialogs
Version:
A dialog stack based conversation manager for Microsoft BotBuilder.
14 lines (13 loc) • 537 B
TypeScript
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