Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • autoFocus is a new property added to the Default Chatbot Settings. This option is set to false by default. When false, the chatbot's focus remains on the action item unless manual input is made. If true, the focus is automatically managed.

  • Chatbot V3 now has support for the Firefox browser.

Experience Designer

General

  • In the Experience Designer, we will now be able to obtain the revision ID of the deployed flow.
    To acquire the revision ID of the flow published, ORBI.utils.getRevisionId();

  • We will be able to acquire the current Flow or Tab name where the Experience Designer Node is present by sending the node as an argument to the method ORBI.utils.getFlowname(node);

  • The Send SMS node has got the ability to choose the type of encoding to happen. By default, Auto detect encoding type will be selected. There are GSM-7 and UCS-2 encoding types available now.

...