chatbotbase-chatbaseplugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Chatbase tracking plugin for ChatbotBase

A tracking plugin for ChatbotBase to support tracking messages to Chatbase.

NPM Version NPM Downloads

Usage

This Plugin allows you to track the input of the user to chatbase. To use just just import the chatbaseplugin and overwrite the loadTracker() method like this:

loadTracker()TrackingProvider[] {
    return [new Chatbase('<your-api-key>', '<your-app-version>')];
}

License

Apache 2.0

Package Sidebar

Install

npm i chatbotbase-chatbaseplugin

Weekly Downloads

4

Version

1.0.1

License

Apache-2.0

Unpacked Size

17.2 kB

Total Files

6

Last publish

Collaborators

  • rekire