An example Botpress application integrated with Dialog Analytics.
It uses the following Botpress modules:
Clone this repository and install dependencies:
$ npm installStart the application and head over to localhost:3000:
$ npm startTo track messages with Dialog, you need an API token which is available in your personal account, and a bot ID. Follow these instructions to configure the dialog module.
This example application uses the Facebook Messenger messaging platform. Follow these instructions to configure the messenger module.
Once the modules are installed and configured, every incoming and outgoing messages will be tracked by Dialog.