Enterprise Messaging Bot Conversation Engine
npm install wingbot
Framework for building reusable chatbot components. Routing, Keyword recognition is built-in.
- [API documentation]
- [wingbot.ai chatbot designer]
1. Install the Wingbot CLI
``bash`
$ npm i -g wingbot-cli
2. Create a project folder and run init command
`bash``
$ mkdir my-bot
$ cd my-bot
$ wingbot init
You will be asked for project details
3. Deploy your bot