@happyml/browser-side-actions
TypeScript icon, indicating that this package has built-in type declarations

0.4.8 • Public • Published

HappyML Browser Side Actions

This package enables the execution of browser side actions for a HappyML chatbot.

Installation

npm install @happyml/browser-side-actions

Usage

import { ChatWidget } from "@happyml/browser-side-actions";

Example

import React from "react";
import { ChatWidget } from "@happyml/browser-side-actions";

function App() {
  return <ChatWidget botId="your-bot-id" chatId="your-chat-id" />;
}

ChatWidget Properties

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.4.81latest

Version History

VersionDownloads (Last 7 Days)Published
0.4.81
0.4.71
0.4.61
0.4.51
0.4.41
0.4.31
0.4.21
0.4.11
0.4.01
0.3.91
0.3.81
0.3.71
0.3.61
0.3.51
0.3.41
0.1.01

Package Sidebar

Install

npm i @happyml/browser-side-actions

Weekly Downloads

50

Version

0.4.8

License

none

Unpacked Size

369 kB

Total Files

38

Last publish

Collaborators

  • evanphibbs
  • gjyoungjr