evalueserve-chatbot-ui
v3.0.15
Published
This package is compitable with react and angular both.
Downloads
235
Readme
This package is compitable with react and angular both.
Use the below code in Js files
import chatbot from "evalueserve-chatbot-ui";
chatbot({
loginDetails: {email: "", fullName: "", accessKey: "", lobby: "HR"},
socketData: {url: 'http://socketurlhere', path: '/socketpathhere'}
});
// default lobby is HR
// Available lobby options are HR, DIR...
Add below code in DOM tree
<div id="chatwidget-root"></div>