0.1.4 • Published 10 years ago

hubot-wit-ai v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago