botbuilder-dialogs
Version:
A dialog stack based conversation manager for Microsoft BotBuilder.
18 lines • 504 B
TypeScript
/**
* @module botbuilder-dialogs
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './activityPrompt';
export * from './attachmentPrompt';
export * from './choicePrompt';
export * from './confirmPrompt';
export * from './datetimePrompt';
export * from './numberPrompt';
export * from './oauthPrompt';
export * from './prompt';
export * from './textPrompt';
export * from './promptCultureModels';
//# sourceMappingURL=index.d.ts.map