GA Release - 4.0.84

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

 

Experience Library

Adaptive Cards

  • As an adaptive card designer, you can stop an adaptive card field from displaying in the transcript data. To do this, go to Adaptive card > Card payload editor > add the "data": "private" to the item that shouldn't be displayed in the transcript data.

 

Core Product Modules

Experience Manager

Schemas

  • Changing the type property of a field in the schema will display a warning message.
    Note that the existing documents will not be indexed in the Elastic search after this change is made. They are still available in the database.

     

Project Import/Export

  • If you choose to import a project and merge with the other, you will have 3 options.

    • Keep destination - If the source project and the destination project have the same modules, this option will keep the destination project modules and add the modules that are not present in the destination project.

    • Replace destination - If the source project and the destination project have the same modules, this option will replace the destination project modules with the source project modules and add the modules that are not present in the destination project.

    • Keep both - If the source project and the destination project have the same modules, both data will be kept with the source project modules documents renamed to copy of 'old name'.

Global Settings and User Profile menu

  • In the Register Application edit screen, we added a Refresh token expiration (in days) field. To optimize the performance of query retrieval, the tokens are now replaced after expiry.
    The default expiration time is 60 days.

     

  • On the User profile page, deleting your own account will now navigate you to the Experience Manager login page.

Flow Studio

  • You can now reorder the choices by dragging the = sign up and down.

Orbita Insights

 

Core Platform

Experience Designer

  • Disabled Chatbot CDN textbox for editing in the Bot View Template node.

     

  • You can now set the CDN path at msg.payload.cdnPath. This property will take priority over the path set in the Chatbot CDN textbox of the Bot view template node.

  • The output from the Answers manager node will no longer contain the msg.payload.rawMultiagent property. However, the output payload of the say node connected to the Answers manager node will have the msg.payload.rawMultiagent property.

  • You can override the properties from the chatbot settings by using them in the Bot view template > Bot out parser.
    Sample code for the Bot out parser:

    msg.payload.waitSettings = { "mode": "dynamic", "wpm": 100 };

 

Mobile SDK

  • The mobile chatbot users will now get suggestions based on the autocomplete directive configuration.

General Improvements

  • Fixed the autoscrolling issue in the mobile chatbot. If the user scrolls to the top for more than 300px, the auto-scroll will be turned OFF. If the user scrolls to the bottom of the bot or scrolls within the range of 0 - 300px, the auto-scroll will be turned ON.

  • In Schemas, while using the field with type: "number", when you enter a number greater than 50, it throws a warning “<field name> should be the maximum of 50“. This bug is fixed.

  • The bug that had the deleted taxonomy still accessible via the search node in Experience designer is now fixed.

  • In Flow studio > Options control, when the option "Say Number Before Option" is enabled, the response Say 1 as Option is not read. This bug is now fixed.

  • From this release, whenever the content data is deleted using the dynamic data manager node, the data will be removed from the Elasticsearch index as well. The same will be reflected in Insights.

You have to reindex the schema to remove the Elasticsearch indices of the data that is created and deleted prior to this release.

Release 4.0.84

  • Build 1623689085

  • Build 1624278404

    • There were multiple Token buttons in the Rich Text type filed in the content schema. This bug is now fixed.

    • In the chatbot, when more than 3 buttons are added, it auto-scrolls to make the last button visible on the screen. This sometimes hides the first button from the screen. This bug is now fixed.

    • Even if the maxSuggestion property value is set in the autocomplete directive, the suggestion box contains all the suggestions available. This is fixed in this version.

    • The chatbot interruption due to the unavailability of the AppSettings node in the Experience Manager is now fixed.