0.0.7 • Published 9 years ago

api-ai v0.0.7

Weekly downloads
15
License
MIT
Repository
-
Last release
9 years ago

api-ai

api-ai (Speech-to-Text and Intent Recognition in Context) node-module

Install

npm install api-ai

Usage

var apiAI = require('api-ai')
var recognition = new apiAI();
recognition.dialogue({ query: 'whats my number','access_token': 'YOUR API TOKEN'}, function(err, response){
    if (err) { return onErr(err); }
    console.log(response);
});
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago