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

...

  • As subflows are not project-specific, when subflow with an existing name is imported via restore API, it will replace all the instances of the subflow with the same name in the destination environment.

Experience Modules

Symptoms Triage (Preview)

Experience Library

Adaptive Cards

  • As an adaptive card

Core Product Modules

Experience Designer

Navigation

Lists

Schemas

Deployment

Global Settings and User Profile menu

Flow Studio

Insights

Flow Studio

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

    Image Added

Core Platform

Experience Designer

Mobile SDK

Engage

...

  • 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;

  • While using the User manager node to create users, the payload contains personaType property which will now accept ids as well as strings.
    For example, personaType: "58c0587dc01db80f0019163c" or personaType: "Administrators"

Chatbot

General Improvements

  • While saving data using any schema, the data gets saved even after the validation fails(such as only numbers, max number of characters per field, and so on). This bug is now fixed.

  • When the enableArrayresponse is set to true in the Bot provider V2 node, the validation messages in the flow studio are not appended to the response payload. This bug is now fixed.

  • To use the Delete API with an empty body, you have to pass the key Content-Length and the value 0 in the Headers.

    Image RemovedImage Added
  • The bug that shows the "User not found" error when you click on the Flow Details of an imported flow is now fixed. On import, the “Updated by” field is set as the user that performs the import action.

  • Fixed the looping issue that occurs in the chatbot while using Flow Group intent in the Experience Manager.

  • The auto-generated slots will now get created after saving the Flow Studio.

  • The bug that duplicates Custom hook content in the chatbot when connected with only start and end nodes in flow studio is now fixed.

  • Importing the Experience Designer flows with restore API will no longer throw a 500 error when the flows contain subflows with the same name that already exist in the destination environment.