Node Wit Versions Save

Node.js SDK for Wit.ai

v6.6.0

1 year ago
  • Multi-responses in Composer
  • Bumped API version to 20230215

v6.5.0

1 year ago
  • Composer integration: .runComposerAudio(), .runComposer() (and raw .converse() + .event()) + actions support
  • Bumped API version to 20220801.
  • interactive now uses Composer for text inputs, use !message for GET /message and !converse for Composer audio inputs
  • added pizza example

v6.2.2

1 year ago

Fixes parsing for large HTTP chunks.

v6.2.1

2 years ago
  • Emits partialTranscription and fullTranscription events.
  • Shows microphone input feedback for interactive.
  • Includes proxy support for speech().

v6.2.0

2 years ago

Upgrade minimal node version to 6.17.1 to support ES6 features directly. https://node.green/

v6.1.1

2 years ago

Basic POST /speech integration. !speech support for interactive.

v6.1.0

2 years ago

As title

v6.0.0

3 years ago

Upgrading to latest API version! Check it out: 20200513.

v4.1.0

7 years ago
  • Support for different JS environments
  • converse now takes reset as an optional parameter

Breaking changes

  • interactive is no longer a function on the Wit client. Instead, you require it from the library: require('node-wit').interactive
  • runActions now resets the last turn on new messages and errors.

4.0.0

7 years ago
  • say renamed to send to reflect that it deals with more than just text
  • Removed built-in actions merge and error
  • Actions signature simplified with request and response arguments
  • Actions need to return promises and do not receive the cb parameter anymore
  • INFO level replaces LOG level
  • configuration is now done when instantiating the Wit object, instead of using env vars