1.0.1 • Published 5 years ago

chatbotbase-chatbaseplugin v1.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

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