Guide to integrating Chatbot
⚙️ Configure Chat Plugin
Configure the welcome message and sample questions for the chatbot
-
Welcome Message helps you customize the introduction message for the users
-
Template Questions are quick action buttons, that allow users to ask basic questions much faster
Integrate with your website
<script src="https://cdn.vishwa.ai/prod-cdn/chat-plugin.js" async onload="initChat()"></script>
<script>
function initChat() {
window.initChatWidget({
clientToken: '<tokens>',
widgetId: '<id>',
});
}
</script>