0.1.4 • Published 9 years ago

hubot-wit-ai v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-wit-ai

A hubot wit.ai router

See src/wit-ai.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-wit-ai --save

Then add hubot-wit-ai to your external-scripts.json:

[
  "hubot-wit-ai"
]

Sample Interaction

user1>> hey hubot, what is the weather like tomorrow?
(hubot send "what is the weather like tomorrow" to wit.ai and emit intent as event)

or

user1>> @hubot: hey what is the weather like tomorrow?
(hubot send "what is the weather like tomorrow" to wit.ai and emit intent as event)
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago