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