Hello everyone! I need to retrieve the executed action name. Is it possible to get action name ?
Hello @rustem
At what point do you need it? What are you trying to do?
I am trying to track history of conversation that’s why I need to know the name of executed action.
All events, including user utterances and bot actions, are stored in the tracker. You can get a list of events from tracker.events
.