1.0.1 • Published 6 years ago

botpress-chatbase v1.0.1

Weekly downloads
2
License
AGPL-3.0-only
Repository
github
Last release
6 years ago

botpress-chatbase

Chatbase is a cloud service that offers products for designing, analyzing, and optimizing conversational experiences. This botpress module integrates your bot with chatbase analytics.

Use

Install Via NPM

npm install --save botpress-chatbase

chatbase.json config file:

{
    "apiKey": "<your chatbase api key>",
    "platform": "<chatbase bot platform>",
    "notHandledIntents": "unknown,none" // optional field, comma seperated fallback intents
}

On the incoming middleware chain, this module should be placed after botpress-nlu module