howdyai / botkit-middleware-witai

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

intents are now entities #18

Closed jkeefe closed 5 years ago

jkeefe commented 7 years ago

In the README, you have:

The results of the call to Wit.ai are added into the incoming message as message.intents, and ...

But that should be message.entities.

peterswimm commented 7 years ago

@jkeefe Thanks for pointing that out, anyone want to take a shot at a PR?

michaelmior commented 6 years ago

It seems like all that's needed is a one word change in the README.

peterswimm commented 6 years ago

@michaelmior care to submit the PR? We will then get NPM updated.

michaelmior commented 6 years ago

A PR seems unnecessary for changing one word in the documentation, but sure.

peterswimm commented 5 years ago

Thank you!