How to integrate bot with any type of web application

I integrated my bot with a web app in java, I have to integrate with few other web apps in other technologies/Frameworks.
I’m facing an issue with Attachment and voice icons those are there in Dev bot, but not there in an integrated bot in the web app.

Hi @m.satish512,

Ideally, the Attachment and voice icons should be displayed in the chat window irrespective of any framework that is integrated with.

Please refer the following link that gives steps to hide the attachment and sound icon:

You may cross verify in the respective files if the parameters are set to required values.

Kindly check and let us know if you need any further clarification on the above.

Regards,
Yoga Ramya.

Hi,
In my case display:block in the class " .kore-chat-window .sdkAttachment .paperclip [attachment]. Are there any changes required in “botOptions” or “chatConfig” ?

Still Attachment icon is not showing on the integrated bot.