@clikvn/agent-widget-embedded
v1.1.10-dev-06
Published
This is agent widget
Keywords
Readme
Clik Agent Widget Embed
Javascript library to display Clik Agent Embed on your website
<!-- public/index.html -->
<script type="module">
import Agent from 'http://localhost:3000/web.js'; // Change to from './web.js' to 'https://localhost:5678/web.js'
Agent.initWidget({
apiHost: 'https://ci-api.clik.vn/chatbot',
agentId: '6d02b23f-465f-44ec-8766-27a82890a9b8',
overrideConfig: {
chatId: '',
},
});
</script>
<clik-agent-widget></clik-agent-widget>