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 January 2020.

What’s new

Table of Contents

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.

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.
    For more information, see Export and import modules from a project

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

...

  • In Answers, any leading or trailing zeros given in the topic title will get trimmed.

  • In Answers, if no topic and no relationship is found in an utterance, the topic will not be taken from the session.

  • In Answers, the search is no more case sensitive.

  • In Answers, the timestamps change only if actual changes are made.

  • In Answers, Changing the letter case will not create new items.

Engineering Notes

Additional technical information can be found in the Engineering Notes for each of the builds included in the GA Release.

Engineering Notes for Build 4.0.61&62