node-wit
node-wit copied to clipboard
Node.js SDK for Wit.ai
## Abstract enable proxy if https_proxy taken by env.
Hi, I just downloaded the last release of **node-wit (4.2.0)** with `npm install --save node-wit` Then , `const Wit = require('node-wit')` But Wit is no more a **constructor** but now...
Could you please add a line with 'license' in the package.json. CI/CD pipeline is blocking the UNKNOWN licensed packages.
Fixes issue #189, #191 & #169.
Hello, While implementing the messenger.js test case I was not able to connect to my ngrok generated site from the webhooks setup in the facebook app page. The following error...
Arabic characters are not recognised by wit.ai when sent through client.message(). I get either an empty entities or the wrong one: ``` {"_text":"سلام","entities":{},"msg_id":"18pE0IifO6KKNPw0y"} ``` **Example of Arabic message:** ``` client.message('سلام',...
### The problem Currently the **Wit.message()** lacks support for `msg_id` _(issue #169)_ & `thread_id` (see [docs for /message](https://wit.ai/docs/http/20160330#get_intent_via_text_link)). But adding those fields will mean passing more arguments to **Wit.message()** and...
I don't get the quickstart to work. Could it be because I'm working behind a proxy? How to configure it? Thank you very much!
Hello Having issues with node-wit, see error below. Tried resolving - no results. Running app in heroku. Tried creating and recreating serveral times. Also. a) updated package.json included: "main": "index.js",...