Chat Bot in Web application
Hi Team,
I am trying to implant the js and html files created for Chat bot within the web application.
The chat bot is working fine when opened using browser.
It includes the following files
1.index.html
2.chat.css
3.home.css
4.chat.js - includes the function of buttons
5.responces.js- includes the functionalities added to get responses.
Can you kindly guide me where and in which activity should I have to put the above codes in web application.