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 August 2021.

Table of Contents

Breaking Changes

New

Chatbot V3

Answers vNext

Solution Center

Program Registration

Symptoms Triage

Live Agent Escalation

Experience Modules

Symptoms Triage (Preview)

Experience Library

Adaptive Cards

  • As an adaptive card

Core Product Modules

Experience Manager

...

Intents

Project import and Export

Lists

Schemas

Deployment

Global Settings and User Profile menu

Flow Studio

Insights

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;

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

  • https://orbita.atlassian.net/browse/PD-2040

Mobile SDK

Engage

Chatbot

General Improvements