Frontend and visualization component of the transient behavior bot.
https://transient-bot.github.io/transient-chatbot-viz/
-
Change constant
baseUrl
in ./javascript/config.js to the url of the backend service. -
Change constant
socketUrl
in ./javascript/config.js to the url of the websocket of the backend service. -
Host site on webserver
For example:
python -m http.server
You will have to replace the agent-id attribute of the dialogflow messenger element in index.html
with the id of your agent.