@navigateconsulting/web-channel

0.0.1-alpha.3 • Public • Published

eva-bot

EVA (Enterprise Virtual Assistant) Web Chat Component made with Rasa

Web Channel

Made using Polymer's lit-element

Install

Unpkg

<script type="module" src="https://unpkg.com/@navigateconsulting/web-channel@latest/build/default/eva-bot.js"></script>

NPM

npm install @navigateconsulting/web-channel --save

Usage

<!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>

Configurable Variables

Below are the Configurable variables for the web component:

headerText {type: String, default_value: Virtual Assistant}

headerButtonColor {type: String, default_value: #007BFF}

serverUrl {type: String, default_value: http://localhost:5005/webhooks/rest/webhook (Rasa Endpoint)}

License

Apache-2.0

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @navigateconsulting/web-channel

Weekly Downloads

0

Version

0.0.1-alpha.3

License

Apache-2.0

Unpacked Size

1.1 MB

Total Files

127

Last publish

Collaborators

  • nishantshuke1712