howdyai / botkit-middleware-witai

Middleware for using Wit.ai with Botkit-powered bots
MIT License
87 stars 49 forks source link

Updated to Node-Wit 3.3.0 API #5

Closed dfischer closed 8 years ago

dfischer commented 8 years ago

The current botkit-middleware-witai is incompatible with the current Wit api.


  1. I made adjustment to follow the same style that botkit-middleware-witai was using which requires using intent entities.
  2. Another iteration should probably be made towards this that tries to use the converse api but that can be another attempt imo.
  3. If I updated anything wrong in the way not expected of howdy, I'm happy to change or just throw this away altogether.
dfischer commented 8 years ago

Well I think this is deprecated too now based on API responses. I'm going to try to figure out how to do it another way to use the converse api...