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

Table of Contents

New

Chatbot V3

Answers vNext

Solution Center

...

Symptoms Triage

Live Agent Escalation

Experience Modules

Experience Library

Adaptive Cards

...

Core Product Modules

Experience Manager

Intents

Project import and Export

Lists

Schemas

...

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"

  • The Answers Group Intent Node will now show Knowledge bases present in both Answers (V1) and Answers vNext (V2) modules.

    Image Added

Chatbot

  • Introduced a new setting for the Chatbot that allows the chatbot user control when to send the voice input for processing. Refer, https://orbita.atlassian.net/browse/PD-2040

Mobile SDK

Engage

...

...