Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The list below represents the features, updates, and fixes included in the Orbita Voice GA Release for July 2021.

Table of Contents

Breaking Changes

Core Product Modules

Experience Designer

...

  • In the Single Input control, you can now use the Phone number and Email options to validate the user input.

Core Platform

Experience Designer

You can now get the project ID dynamically during runtime using the below code in the function node

Code Block
const util = global.get('orbitaUtil');
let projectId = util.getProjectId(node);
return msg;

...

...

Chatbot

...