3.6.1 • Published 4 years ago
jovo-slu-lex v3.6.1
Amazon Lex SLU Integration
To view this page on the Jovo website, visit https://v3.jovo.tech/marketplace/jovo-slu-lex
Learn how to use Amazon Lex as SLU (Spoken Language Understanding, which combines speech recognition and natural language understanding) integration with the Jovo Framework.
Installation
npm install --save jovo-slu-lex// @language=javascript
// src/app.js
const { LexSlu } = require('jovo-slu-lex');
platform.use(
new LexSlu({
credentials: {
region: 'yourRegion',
secretAccessKey: 'yourSecretAccessKey',
accessKeyId: 'yourAccessKeyId',
},
}),
);
// @language=typescript
// src/app.ts
import { LexSlu } from 'jovo-slu-lex';
platform.use(
new LexSlu({
credentials: {
region: 'yourRegion',
secretAccessKey: 'yourSecretAccessKey',
accessKeyId: 'yourAccessKeyId',
},
}),
);3.6.1
4 years ago
3.6.0
5 years ago
3.5.1
5 years ago
3.5.0
5 years ago
3.4.1
5 years ago
3.4.0
5 years ago
3.3.1
5 years ago
3.3.0
6 years ago
3.2.2
6 years ago
3.2.1
6 years ago
3.2.0
6 years ago
3.1.5
6 years ago
3.1.4
6 years ago
3.1.3
6 years ago
3.1.2
6 years ago
3.1.0
6 years ago
3.0.24
6 years ago
3.0.23
6 years ago
3.0.22
6 years ago
3.0.21
6 years ago
3.0.20
6 years ago
3.0.19
6 years ago
3.0.18
6 years ago
3.0.17
6 years ago
3.0.16
6 years ago
3.0.15
6 years ago
3.0.14
6 years ago
3.0.13
6 years ago
3.0.12
6 years ago
3.0.11
6 years ago
3.0.10
6 years ago
3.0.9
6 years ago
3.0.8
6 years ago
3.0.7
6 years ago
3.0.6
6 years ago
3.0.5
6 years ago
3.0.4
6 years ago
3.0.3
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago