botbuilder-dialogs
Version:
A dialog stack based conversation manager for Microsoft BotBuilder.
15 lines • 394 B
TypeScript
/**
* @module botbuilder-dialogs
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './channel';
export * from './choiceFactory';
export * from './findChoices';
export * from './findValues';
export * from './modelResult';
export * from './recognizeChoices';
export * from './tokenizer';
//# sourceMappingURL=index.d.ts.map