How can we display character count to the user while typing in input field?

I want to display character count on the bottom right corner of the chat window when user is typing something

Hello @nishtha.goel ,

You can embed the code for character count within chatwindow.js file of the SDK. Some examples of how to incorporate external code into chatwondow.js are shared below.

Do note that this is only to show how you can add additional code to the file.