chatbotbase-chatbaseplugin
v1.0.1
Published
A tracking plugin for ChatbotBase to support tracking messages to Chatbase
Downloads
6
Maintainers
Readme
Chatbase tracking plugin for ChatbotBase
A tracking plugin for ChatbotBase to support tracking messages to Chatbase.
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>')];
}