文件名称:cherry-wit:与wit.ai交互的cherry插件
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-23 22:52:42
CoffeeScript
樱桃机智 配置 "witd_url": "http://192.168.1.68:8080", "wit_token": "MY_TOKEN", 接口 产生“来自:机智”的消息。 例如 cherry . handle ( { wit : function ( message ) { var plugins = cherry . plugins ( ) ; var intent = message . outcomes [ 0 ] . intent ; if ( intent === 'lights_on' ) { plugins . hue ( { on : true } ) ; } else if ( intent === 'lights_off' ) { plugins . hue ( { on : false } ) ;
【文件预览】:
cherry-wit-master
----release.sh(76B)
----LICENSE(1KB)
----README.md(503B)
----index.coffee(1KB)
----.gitignore(24B)
----package.json(638B)