0.0.50-dev • Published 11 months ago

@clikvn/agent-widget-embedded v0.0.50-dev

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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>