I want to get the slot values after each message.
If I look for a solution, I always see, that I have to modify the actions.py.
But I don’t understand how it works for each message. In the examples I have to call the function in a rule or story.
I think that I have to use tracker.get_latest_entity_values. But how can I do it for each message regardless of the intent.
Please help me
Edit: I think to create a new pipeline component is the best way. Would you agree?