@vamlabs/vam-chatbot
v0.1.51
Published
VAM Chatbot Web Component
Downloads
1,151
Readme
Steps to use the VAM Chatbot
Import the Package:
- To import the VAM chatbot package, add the following
<script>
tag to the<head>
section of your root HTML file. This will load the package from our CDN:<script src="https://cdn.jsdelivr.net/npm/@vamlabs/vam-chatbot/dist/web-component.min.js"></script>
- To import the VAM chatbot package, add the following
Place the Chatbot Component:
- Insert the chatbot component into your HTML where you want it to be displayed. Use the following code snippet, replacing the
client-id
with your specific client ID:<vam-chatbot client-id="<your-client-id>"></vam-chatbot>
- Insert the chatbot component into your HTML where you want it to be displayed. Use the following code snippet, replacing the
These steps will help you integrate the VAM chatbot into your webpage seamlessly. Ensure you replace the client-id
with the one provided to you for proper configuration.