To have a customized label for BOT interface do the following:
Open the chatbot.js file available in below
location.
<Installation Director
>\javascripts\chatbots.js
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
}
}
Save the chatbots.js file and redeploy the
application.
Once done, the BOT interface displays the customized
label.