Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

New

Chatbot V3

Answers vNext

Solution Center

Program Registration

Symptoms Triage

Live Agent Escalation

Experience Modules

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

    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

  • No labels