Learn how to turn the Jovo Model into an Amazon Lex language model.
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).
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.