UNPKG

@abbott-platform/abbott-framework

Version:

Abbott Framework is a framework to bring productivity and abstractions to help you to build awesome chatbots.

5 lines 249 B
module.exports = { get AbbottFramework() { return require(__dirname + '/lib/abbott'); }, get IntentFlowHandler() { return require(__dirname + '/lib/core/intent-flow-handler'); }, get logging() { return require(__dirname + '/lib/logging'); } };