โ† News ยท Release ยท February 2020

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