jovo-slu-witai
TypeScript icon, indicating that this package has built-in type declarations

3.6.1 • Public • Published

Wit.ai SLU Integration

To view this page on the Jovo website, visit https://v3.jovo.tech/marketplace/jovo-slu-witai

Learn how to use Wit.ai as SLU (Spoken Language Understanding, which combines speech recognition and natural language understanding) integration with the Jovo Framework.

Installation

npm install --save jovo-slu-witai
// @language=javascript

// src/app.js

const { WitAiSlu } = require('jovo-slu-witai');

platform.use(
  new WitAiSlu({
    token: 'yourToken',
  }),
);

// @language=typescript

// src/app.ts

import { WitAiSlu } from 'jovo-slu-witai';

platform.use(
  new WitAiSlu({
    token: 'yourToken',
  }),
);

Readme

Keywords

none

Package Sidebar

Install

npm i jovo-slu-witai

Weekly Downloads

3

Version

3.6.1

License

Apache-2.0

Unpacked Size

31.4 kB

Total Files

13

Last publish

Collaborators

  • jovotech