How to extend the data in Rasa

Hi there, I am trying to create more data so that I can log each interaction with my chatbot through a third party API.

I have read(https://rasa.com/docs.) but I don’t understand the following:

  1. How to extend the base class
  2. Where to put my file that extends the data
  3. How to set the store_type in endpoints.yml to be the path to my module manitgames Class

Anybody show me examples of the above?

Many thanks

Hey @somlaychong. You can store the converastions between your assistant and your users using the tracker store: Tracker Stores. What service are you planning to use for storage?