Hi,
I would like to know if there is an already done ways in Rasa to count the number of messages that pass through Rasa. It is an important Parameter for our business.
If someone knows how to do such a thing, kindly share.
Hi @Rogers_ntr, you can get the total number of user messages by parsing your tracker data for the number of events of type user, defined as "event": "user" in the event JSON. The documentation for these user event messages can be found here: Events