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

Table of Contents

Core Product Modules

Experience Manager

Schemas

...

  • 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.

Experience Designer

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

...

Flow Studio

  • 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:

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

Package

...

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

    Image Added

Orbita Insights

Experience Modules

Find a Doctor (Preview)

  • If the location access is blocked in the chatbot and if the user clicks on “Yes” for location access, an error popup will be shown and on clicking “OK” the user will be redirected to the “No” flow.

  • If the location access is allowed in the chatbot and if the user clicks on “Yes” for location access, and if there is a timeout error, the user will be directed to the “No” flow.

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 Platform

Experience Designer

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

    Image Added

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

    Image Removed

Orbita Insights

  • You can download data from Insights using the download options from the visualizations. See, How to export data from Insights 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:

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

Mobile

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

...