2.8.3 Floating Icon

The Bot icon when minimized can be used as floating icon and moved over the screen area. However, on maximizing the Bot window is displayed in its native position.

To have the Bot icon floating, do the following:

  1. Open the chatbot.js file available in below location.

    <Installation Director >\javascripts\chatbots.js

  2. Locate the below attribute and change the value to true.
    enableDraggableButton:true,

Note:

When set to true, floating icon property is enabled and if set to false, floating icon property is disabled.

Figure 2-35 Bot Customization_Floating Icon