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

GA Release at a glance

Table of Contents

Breaking Changes

  • The msg.payload.orbita.mulitmodalmultimodal property will be deprecated from the next release (v4.0.78) due to its redundancy with msg.payload.multiagent property in the msg object while working with Answers Manager node in Experience Designer. Please consider using msg.payload.multiagent instead.

Experience Manager

Experience Designer

  • For the HTML directive, we have introduced two new properties:

    • id - This property helps to set the id value of the iframe.

    • renderBubble - This property defines how to render the html5 directive in the chatbot. If it is set to true, it will render the HTML content inside the chat bubble and if it is set to false it will render the HTML content outside of the chat bubble. By default, the renderBubble is set to true.

  • We have introduced a new directive removebubble that will allow developers to control message rendering in the chatbot.

    Code Block
    msg.payload.orbita.directive=[
    {
    type: 'removebubble',
    direction: 'request',
    removeLast: true,
    // replaceLast : 'some html text'
    }
    ]

    removeLastBubble: Using this property, the developer can remove the last bubble when a response is rendered.

    replaceLastBubble: Using this property, the developer can choose to replace the content of the last message when a response is rendered.

...

  • While bulk importing topics, you can navigate to other pages to continue your work on the platform. The import will continue in the background.

  • As an admin user, the fact you are working on will be locked for other users to edit. If any other admin user tries to edit the locked fact, he/she will get a pop-up message where he/she can choose to force edit the fact by clicking on Continue.

  • You can now let chatbot users give their Feedback on the content displayed, using the feedback feature.

    To enable feedback, navigate to Answers > Settings > Advanced tab and toggle the Enable Feedback option.

  • In the relationship listing screen, the Relationships that were are not mapped to any a fact will have an unusedlabel “unused” label above their name.

Flow Studio

  • The flow studio history will capture the creation of flow studio only if the flow studio contains flow controls in it. The create action of flow studio is labeled as Update in the flow studio history.

  • While creating/editing a Flow studio flow, you can assign add utterances to invoke that flow studio in the utterances Utterances field.
    These utterances are grouped in an autogenerated intent. The intent can be accessed using the Flow Group Intent.
    You can add the Flow Group Intent to the Flow Manager node in the Experience designer to use these utterances to invoke the corresponding flow.

    Flow Group Intent node should be added to the Flow Manager node in the Experience designer to use these utterances to invoke a flow.

  • The yes/no responses are stored in the Flow Data with a checkbox.
    If the response is yes, the check box is checked.
    If the response is no, the checkbox is unchecked.

  • We have upgraded the Flow studio search. You can now search for flow name, description, flow-id, or flow content to get the corresponding flow studio flows in the search result.

  • A chatbot user can go to the previously answered question by saying utterances such as go back, skip back, and so on which will invoke the Inbuilt Previous Intent. For Single Input questions with the Free Text option enabled, the users were unable to go to the previously answered questions using these utterances.
    The Previous Intent is added to the Bypass NLP list of intents so that the utterances such as go back, skip back will notinvoke the free text input event. The Previous Intent is instead used to render the previous question that the user had answered.

  • Added Restored to the Action list on the Flow History page.

  • For the same flow studio history record, you can see all the previous versions for restore, using the next and previous buttons on the upper right corner of the page.

...

  • Login button for chatbot V1 will not throw 504 Gateway Time-out error.

  • Keyboard navigation with tab key is extended to the Carousel, Scheduler, and filter screen.

  • Fixed the 504 error that occurs while importing Answers using CLI.

  • In some cases, indexing a knowledgebase is throwing an error. This is now fixed.

  • From this release, the Content Security Policy header is included in Static files.

  • The bug that doesn't allow importing answers knowledge bases that have more than 300 topics is now fixed.

  • When the user selects the textbox option in Flow Studio > Single Input Control > Directive Tab > Input type dropdown, the Hidden radio button is selected by default.

  • When invoking the Yes/no Intent, sporadically the platform failed to recognize the state assigned to it. This bug is fixed.

  • The search filter in the https://<domain-name>/apidoc is now working.

  • The Cookie property SameSite is set to 'Strict'.

  • The intents that were created as a part of the Generate intent per fact in KB option will be removed when this option is toggled off.

...