botbuilder-dialogs-adaptive
Version:
Rule system for the Microsoft BotBuilder dialog system.
14 lines (13 loc) • 580 B
TypeScript
import { BotComponent } from 'botbuilder';
import { Configuration, ServiceCollection } from 'botbuilder-dialogs-adaptive-runtime-core';
/**
* [BotComponent](xref:botbuilder-core.BotComponent) for adaptive components.
*/
export declare class AdaptiveBotComponent extends BotComponent {
/**
* @param services Services Collection to register.
* @param _configuration Configuration for the bot component.
*/
configureServices(services: ServiceCollection, _configuration: Configuration): void;
}
//# sourceMappingURL=adaptiveBotComponent.d.ts.map