Hello everyone! I need to retrieve the executed action name. Is it possible to get action name ?
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
.