AI Chatbot Assistant System
In all URLs, you must Replace XXX with your AI Apps Account ID. The url inside of the iframe tag needs to be edited with your account ID and the chatbotID which is at the end of the url (0 would be the chatbotID)
https://api.aiappsapi.com/XXX/chatbot/loadchatbot/0
<link rel='stylesheet' href='https://api.aiappsapi.com/images/chatbot.css'>
<script src='https://api.aiappsapi.com/images/chatbot.js' defer></script>
<div id='chat-wrapper' aria-live='polite'><button id='chat-launcher' aria-label='Start Support Chat'>Support Chat</button>
<div id='chat-panel' role='dialog' aria-label='Chat window' aria-hidden='true'>
<button id='chat-close' aria-label='Close Chat'>Close Chat</button>
<iframe src='https://api.aiappsapi.com/XXX/chatbot/loadchatbot/0' title='Chatbot'></iframe></div></div>