UNPKG

botbuilder-core

Version:

Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.

16 lines (15 loc) 689 B
/** * @module botbuilder-core */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export { BotFrameworkClient } from './botFrameworkClient'; export { BotFrameworkSkill } from './botFrameworkSkill'; export { SkillConversationIdFactory } from './skillConversationIdFactory'; export { SkillConversationIdFactoryBase } from './skillConversationIdFactoryBase'; export { SkillConversationIdFactoryOptions } from './skillConversationIdFactoryOptions'; export { SkillConversationReference } from './skillConversationReference'; export { SkillConversationReferenceKey } from './constants'; //# sourceMappingURL=index.d.ts.map