This package enables the execution of browser side actions for a HappyML chatbot.
npm install @happyml/browser-side-actions
import { ChatWidget } from "@happyml/browser-side-actions";
import React from "react";
import { ChatWidget } from "@happyml/browser-side-actions";
function App() {
return <ChatWidget botId="your-bot-id" chatId="your-chat-id" />;
}
Property | Type | Required | Description |
---|---|---|---|
botId |
string |
Yes | Unique identifier for the HappyML chatbot. |
chatId |
string |
No | Identifier for an existing chat session. Set to null or omit for a new session. |