Jovo v3.0 โ Multi-Platform Voice Development
Jovo Tech
ยท
ยท6 min read
Jovo v3.0 is the biggest release since v1, extending the framework far beyond Alexa and Google Assistant into Samsung Bixby, the web, and headless CMS integrations.
v3.0 Highlights
- โ Samsung Bixby platform plugin
- โ Jovo for Web โ first web platform support
- โ Jovo Model โ convert language models between Alexa, Dialogflow, Rasa, and NLP.js
- โ CMS Integrations โ Google Sheets, Airtable, i18Next
- โ Analytics โ Dashbot, Chatbase, Botanalytics
Jovo Model โ Write Once, Deploy to All NLU Platforms
The new Jovo Model is a JSON-based, platform-agnostic language model format. Define your intents and entities once, and the CLI will convert them into the native format for Alexa (JSON), Dialogflow (JSON), Rasa (YAML), or NLP.js โ automatically during the build step.
Get the update
$ npm install -g @jovotech/cli@3
$ jovo update