Versions Compared

Key

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

Orbita is pleased to announce many important new features, fixes, and other improvements to Orbita Voice. This post summarizes what is new and changed in the latest versions of these platforms.

...

Table of Contents
excludeOrbita

Orbita Voice 4.0.61&62

...

Breaking Changes

  • Due to changes that were enforced by Google in their latest version(V2) of Dialog flow APIs, the property msg.payload.queryResult.parameters.slotname has been changed from an object to an array.

    e.g., msg.payload.queryResult.parameters.<arrayname[index]>
    It is advised to use the property msg.payload.request.intent.slots.valueto get the slot value. This property gets the slot value from the provider and updates it here.

Product Enhancements

Experience Manager

  • In schemas, we introduced a new field type for the text area. The admin user will have control over the number of characters that are allowed in the text area. "fieldType": "textarea"

  • In Flow studio, added a new “Link flow” node which can link two flow studio flows.

  • During project export, you will now see a new option to download the json to a file.


    The copy to clipboard option will be disabled if the export json file size is more than 1mb.

  • Project import can be done using the file or by pasting the json code.

...