EVA (Enterprise Virtual Assistant) Web Chat Component made with Rasa
Made using Polymer's lit-element
<script type="module" src="https://unpkg.com/@navigateconsulting/web-channel@latest/build/default/eva-bot.js"></script>
npm install @navigateconsulting/web-channel --save
<!doctype html>
<html lang="en">
<head>
<script type="module" src="https://unpkg.com/@navigateconsulting/web-channel@latest/build/default/eva-bot.js"></script>
</head>
<body>
<eva-bot />
</body>
</html>
Below are the Configurable variables for the web component:
headerText {type: String, default_value: Virtual Assistant}
headerButtonColor {type: String, default_value: #007BFF}
headerButtonTextColor {type: String, default_value: #FFF}
serverUrl {type: String, default_value: http://localhost:5005/webhooks/rest/webhook (Rasa Endpoint)}