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

...

Table of Content Zone
Table of Contents
minLevel1
maxLevel7

Breaking Changes

https://orbita.atlassian.net/wiki/spaces/OCS/pages/edit-v2/2105049233?draftShareId=03d4f725-90f8-4cc3-8772-0c8b788c54a8#Chatbot-v3

Core Product Modules

Experience Manager

...

  • The botSettings property has been added to the Template node which helps in selecting the v3 chatbot setting. botSettings: { elementId: 'orbitabot', template: 'default' }

  • For existing users who do not use the botSettings functionalities, we must add the botSettings: false in the template node code and have botContainerId: 'bot-v3'

  • if the user wants to use the botSettings functionality, they must change the below properties

    Code Block
    botContainerId: 'chatWindow'
    botSettings: {elementId: 'orbitabot',template: 'default'}
  • isCustomUi property is removed. All the element Id properties are made optional. If not specified, default values will be set.

  • More information in https://orbita.atlassian.net/wiki/spaces/OCS/pages/edit-v2/1994555401#Template-node

Engage FAQ Hub

Existing users using the Experience Designer > Engage Manager Tab or Engage Manager v2 Tab please make the appropriate code changes in the Template nodes as given below. For new users and when we take built-in flows freshly, the changes will come with the flows by default.

  • Engage Hub /hub/:name - FAQ Landing page

...

View file
nameHub Name Template.json

Please refer to the file above. The new changes are made in the last <script> tag below the <body>. Please make copy-paste this section or make relevant changes in your code if you have custom code.

  • Engage Hub Question /hub/:name/:question- FAQ Topics Landing page

...

View file
nameHub Name Question Template.json

Please refer to the file above. The changes are made in the last <script> tag below the <body>. Please make copy-paste this section or make relevant changes in your code if you have custom code.

Adaptive cards for v3 chatbot

...