Skip to main content

JAICP updates in September 2022

New

  • Speech synthesis test widget.
  • Simplified project creation from Bitbucket repositories.

Docs

  • video reaction tag reference.
  • Overview article on project deployment.

Speech synthesis test widget

In our September JAICP update, we present a special widget which allows verifying the way any text will sound when synthesized using Text-To-Speech. You can use any TTS provider available to you for speech synthesis (for example, Google or Azure).

The widget will come in handy when designing and developing scripts for the phone channel. You can use it to assess in advance if the bot speech sounds natural — and if it doesn’t, you can improve the phrase text until the way it sounds is optimal.

Simplified project creation from Bitbucket repositories

To create a JAICP project stored in a Bitbucket repository, previously you had to provide a full repository URL as well as issue a personal access token.

Now connecting a Bitbucket repository can be done using a separate option during project creation, similarly to GitHub. You can create a new repository or connect an existing one in several clicks — no token required.

Project storage options: GitHub, Bitbucket, another service, or local storage

New documentation articles