3.6.1 • Published 3 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
3 years ago
3.6.0
4 years ago
3.5.1
4 years ago
3.5.0
4 years ago
3.4.1
4 years ago
3.4.0
4 years ago
3.3.1
4 years ago
3.3.0
5 years ago
3.2.2
5 years ago
3.2.1
5 years ago
3.2.0
5 years ago
3.1.5
5 years ago
3.1.4
5 years ago
3.1.3
5 years ago
3.1.2
5 years ago
3.1.0
5 years ago
3.0.24
5 years ago
3.0.23
5 years ago
3.0.22
5 years ago
3.0.21
5 years ago
3.0.20
5 years ago
3.0.19
5 years ago
3.0.18
5 years ago
3.0.17
5 years ago
3.0.16
5 years ago
3.0.15
5 years ago
3.0.14
5 years ago
3.0.13
5 years ago
3.0.12
5 years ago
3.0.11
5 years ago
3.0.10
5 years ago
3.0.9
5 years ago
3.0.8
5 years ago
3.0.7
5 years ago
3.0.6
5 years ago
3.0.5
5 years ago
3.0.4
5 years ago
3.0.3
5 years ago
3.0.2
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago