From 76029160493981ec23a2807529d788812f16398e Mon Sep 17 00:00:00 2001 From: rsaintpaul Date: Fri, 27 Sep 2024 10:48:34 +0200 Subject: [PATCH] [CHATBOT-630 create services for chatbot.js] --- .../src/main/webapp/static/chatbot/index.html | 30 +- .../webapp/static/chatbot/js/botService.js | 307 +++++++ .../main/webapp/static/chatbot/js/chatbot.js | 812 ++++++------------ .../chatbot/js/documentaryResourceService.js | 5 + .../webapp/static/chatbot/js/qAndAService.js | 19 + .../webapp/static/chatbot/style/style.css | 8 +- 6 files changed, 595 insertions(+), 586 deletions(-) create mode 100644 vertigo-bot-executor/src/main/webapp/static/chatbot/js/botService.js create mode 100644 vertigo-bot-executor/src/main/webapp/static/chatbot/js/documentaryResourceService.js create mode 100644 vertigo-bot-executor/src/main/webapp/static/chatbot/js/qAndAService.js diff --git a/vertigo-bot-executor/src/main/webapp/static/chatbot/index.html b/vertigo-bot-executor/src/main/webapp/static/chatbot/index.html index ec73c8a43..e2ae4c5ad 100644 --- a/vertigo-bot-executor/src/main/webapp/static/chatbot/index.html +++ b/vertigo-bot-executor/src/main/webapp/static/chatbot/index.html @@ -32,8 +32,8 @@
-
- {{ botName }} +
+ {{ platformName }}