MoreIQ AI Agent Service Desk Escalation Showcase for Go Fibre
This Showcase
This service desk showcase provides a live demonstration of an escalation from an AI agent to a Human.
Enter any of the following in the input box to start the service:
- "get me to service desk"
- "get me service desk"
- "service desk"
- "servicedesk"
This will create a session with a dummy agent that simply echoes any questions.
Disclaimer
This a simple showcase demonstrating the integration with MoreIA AI agent. Any data and information is presented as demonstration only
Please contact us for furter queries
Page Include
In order to include the chat bot into a page, you need to include in the head section or in the body, the following
<script id="moreiqloader" src="https://moreiq-gofibre-gateway.225ur530qico.eu-gb.codeengine.appdomain.cloud/runtime/v1/loader.js?moreiqkey=bW9yZWlxOmlkOjAwMDAwMDAwMDAwMjowMDAxOjAwMTpBQUFBQUFB" ></script>
Auto-Loading - requires loader script included before, preferably in the document "head" section
<script>
moreiqLoader()
</script>
Button - option 1 - toggling a container
<div>
<button onclick="toggleContainer('root');"></button>
</div>
Button - option 2 - container always visible
<div>
<button onclick="moreiqLoader();"></button>
</div>