@jovotech/model-lex
v4.0.3
Published
Jovo Model for Amazon Lex
Downloads
14
Readme
Jovo Model: Amazon Lex
Learn how to turn the Jovo Model into an Amazon Lex language model.
Introduction
Amazon Lex is a service by AWS that offers both automated speech recognition (ASR) and natural language understanding (NLU). We summarize this as a spoken language understanding (SLU) service. You can learn more about the Jovo Framework Lex integration here.
Lex language models are similar to Alexa Interaction Models. Learn more in the official Lex docs. The Jovo Model can be translated into this structure by using the npm package (see below).
Using the Lex Jovo Model npm Package
Install the package like this:
$ npm install @jovotech/model-lex
You can learn more about all the Jovo Model features here: Using the Jovo Model npm Packages.