react-chatbotify
react-chatbotify copied to clipboard
[Feat] Chat Analytics
Hello,
it would be nice to important to have chat analytics on the chat bot, namely a way to have some of the metrics contained in this article.
Some of the things I personally find useful:
- User # number of requests
- User question and responses (configurable, for example, the first X questions and answers so that we can analise user chatbot interaction)
The implementation of where to store the chat analytics could be a configurable choice between:
- Azure Application Insights
- Google Tag Manager
- Any other that you can find useful
Thanks