AI Integrator Bangla Lab — Lesson 9
Enel Assist Code Pack

এই প্যাকের ফাইলগুলো:

1. chatbot-html-snippet.html
   নিজের ওয়েবসাইটে Enel Assist-এর launcher, chat panel, message area এবং input box যোগ করার HTML অংশ।

2. chatbot-style.css
   Enel Assist-এর launcher, panel, message bubble এবং input-এর CSS।

3. script.js
   Chat open/close, conversation memory, typing indicator এবং Apps Script backend connection।
   নিজের project-এ ব্যবহার করার সময় BACKEND_URL আপনার Apps Script Web App URL দিয়ে বদলাতে হবে।

4. WebApp.gs
   Website request গ্রহণ করে, conversation analysis চালায় এবং final reply ফেরত দেয়।

5. WebConversation.gs
   Customer intent, order number, missing information এবং ticket readiness নির্ধারণ করে।

6. WebPolicy.gs
   Lesson 8-এর Policy sheet থেকে approved business rules পড়ে।

7. WebTicket.gs
   Complete conversation-কে existing Lesson 8 Tickets workflow-এ পাঠায়।

গুরুত্বপূর্ণ:
Code.gs এই প্যাকে নেই। Lesson 8-এ তৈরি final Code.gs ব্যবহার করতে হবে।
Lesson 8 article:
https://enamulhaque.co.uk/ai-customer-agent-with-google-apps-script-and-gemini-api-lesson-8b-complete-code/

Demo site:
https://haquenam.github.io/enel-retail-ai-assistant/

GitHub repository:
https://github.com/haquenam/enel-retail-ai-assistant

Security:
Gemini API key কখনো browser JavaScript, HTML বা public GitHub repository-তে রাখবেন না।
