├── LICENSE ├── README.md ├── docs ├── gallery.md ├── instructions.md ├── modifications.md └── responses.md ├── index.html └── static ├── css ├── materialize.min.css └── style.css ├── img ├── RestoBotAvatar.png ├── banner.png ├── body.png ├── bot.jpg ├── botAvatar.png ├── botAvatar_old.png ├── botPopup.PNG ├── cardsUi.png ├── cardsUi_2.png ├── cardsUi_3.png ├── chart_1.PNG ├── chart_2.png ├── charts_1.png ├── charts_2.png ├── chats.png ├── close.png ├── collapse_1.png ├── collapse_2.png ├── collapsible_1.png ├── collapsible_2.png ├── menu.png ├── pdf_attachment.PNG ├── sara_avatar.png ├── ui_1.PNG ├── ui_2.PNG ├── userAvatar.jpg ├── usr.png └── video_msg.PNG └── js ├── components ├── botTyping.js ├── cardsCarousel.js ├── charts.js ├── chat.js ├── collapsible.js ├── dropDown.js ├── index.js ├── location.js ├── pdfAttachment.js ├── quickReplies.js └── suggestionButtons.js ├── constants.js ├── lib ├── chart.min.js ├── index.js ├── jquery.min.js ├── materialize.min.js ├── showdown.min.js └── uuid.min.js └── script.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/README.md -------------------------------------------------------------------------------- /docs/gallery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/docs/gallery.md -------------------------------------------------------------------------------- /docs/instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/docs/instructions.md -------------------------------------------------------------------------------- /docs/modifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/docs/modifications.md -------------------------------------------------------------------------------- /docs/responses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/docs/responses.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/index.html -------------------------------------------------------------------------------- /static/css/materialize.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/css/materialize.min.css -------------------------------------------------------------------------------- /static/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/css/style.css -------------------------------------------------------------------------------- /static/img/RestoBotAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/RestoBotAvatar.png -------------------------------------------------------------------------------- /static/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/banner.png -------------------------------------------------------------------------------- /static/img/body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/body.png -------------------------------------------------------------------------------- /static/img/bot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/bot.jpg -------------------------------------------------------------------------------- /static/img/botAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/botAvatar.png -------------------------------------------------------------------------------- /static/img/botAvatar_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/botAvatar_old.png -------------------------------------------------------------------------------- /static/img/botPopup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/botPopup.PNG -------------------------------------------------------------------------------- /static/img/cardsUi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/cardsUi.png -------------------------------------------------------------------------------- /static/img/cardsUi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/cardsUi_2.png -------------------------------------------------------------------------------- /static/img/cardsUi_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/cardsUi_3.png -------------------------------------------------------------------------------- /static/img/chart_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/chart_1.PNG -------------------------------------------------------------------------------- /static/img/chart_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/chart_2.png -------------------------------------------------------------------------------- /static/img/charts_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/charts_1.png -------------------------------------------------------------------------------- /static/img/charts_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/charts_2.png -------------------------------------------------------------------------------- /static/img/chats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/chats.png -------------------------------------------------------------------------------- /static/img/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/close.png -------------------------------------------------------------------------------- /static/img/collapse_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/collapse_1.png -------------------------------------------------------------------------------- /static/img/collapse_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/collapse_2.png -------------------------------------------------------------------------------- /static/img/collapsible_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/collapsible_1.png -------------------------------------------------------------------------------- /static/img/collapsible_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/collapsible_2.png -------------------------------------------------------------------------------- /static/img/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/menu.png -------------------------------------------------------------------------------- /static/img/pdf_attachment.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/pdf_attachment.PNG -------------------------------------------------------------------------------- /static/img/sara_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/sara_avatar.png -------------------------------------------------------------------------------- /static/img/ui_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/ui_1.PNG -------------------------------------------------------------------------------- /static/img/ui_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/ui_2.PNG -------------------------------------------------------------------------------- /static/img/userAvatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/userAvatar.jpg -------------------------------------------------------------------------------- /static/img/usr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/usr.png -------------------------------------------------------------------------------- /static/img/video_msg.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/img/video_msg.PNG -------------------------------------------------------------------------------- /static/js/components/botTyping.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/botTyping.js -------------------------------------------------------------------------------- /static/js/components/cardsCarousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/cardsCarousel.js -------------------------------------------------------------------------------- /static/js/components/charts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/charts.js -------------------------------------------------------------------------------- /static/js/components/chat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/chat.js -------------------------------------------------------------------------------- /static/js/components/collapsible.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/collapsible.js -------------------------------------------------------------------------------- /static/js/components/dropDown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/dropDown.js -------------------------------------------------------------------------------- /static/js/components/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/index.js -------------------------------------------------------------------------------- /static/js/components/location.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/location.js -------------------------------------------------------------------------------- /static/js/components/pdfAttachment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/pdfAttachment.js -------------------------------------------------------------------------------- /static/js/components/quickReplies.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/quickReplies.js -------------------------------------------------------------------------------- /static/js/components/suggestionButtons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/components/suggestionButtons.js -------------------------------------------------------------------------------- /static/js/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/constants.js -------------------------------------------------------------------------------- /static/js/lib/chart.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/lib/chart.min.js -------------------------------------------------------------------------------- /static/js/lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/lib/index.js -------------------------------------------------------------------------------- /static/js/lib/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/lib/jquery.min.js -------------------------------------------------------------------------------- /static/js/lib/materialize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/lib/materialize.min.js -------------------------------------------------------------------------------- /static/js/lib/showdown.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/lib/showdown.min.js -------------------------------------------------------------------------------- /static/js/lib/uuid.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/lib/uuid.min.js -------------------------------------------------------------------------------- /static/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JiteshGaikwad/Chatbot-Widget/HEAD/static/js/script.js --------------------------------------------------------------------------------