UNPKG

voxa

Version:

A fsm (state machine) framework for Alexa, Dialogflow, Facebook Messenger and Botframework apps using Node.js

10 lines (9 loc) 268 B
export { BotFrameworkPlatform } from "./BotFrameworkPlatform"; export { AudioCard, HeroCard, SigninCard, SuggestedActions, } from "./directives"; export { BotFrameworkEvent } from "./BotFrameworkEvent"; export { BotFrameworkReply } from "./BotFrameworkReply";