2.8.1 Label Customization

To have a customized label for BOT interface do the following:
  1. Open the chatbot.js file available in below location.
    <Installation Director >\javascripts\chatbots.js
  2. Locate OFSLL and edit the following code property as required.
    i18n: {
        "en": {
        chatTitle: 'OFSLL', // Tool tip for title
        chatSubtitle: 'Documentation Bot', // Tool tip for Sub Title
        audioResponseOff: 'Click to turn audio response on', // Tool tip for the speaker off button
        audioResponseOn: 'Click to turn audio response off', // Tool tip for the speaker on button
        inputPlaceholder: 'Kindly Type here ... ', // Replaces Type a message
        send: 'Send (Enter)' // Replaces Send tool tip
            }
    }
  3. Save the chatbots.js file and redeploy the application.
    Once done, the BOT interface displays the customized label.

    Figure 2-33 Label Customization