Hi,
I am wondering how to get the name of the story the bot is using to respond to the user? Is this available in “tracker” so I can use it in actions? I would like to get the name of the story to keep track of the stories the bot has covered for a user.
My use case is slightly different from other commercial use cases such as banks etc. It is not the customer who drives the conversation but the bot that drives the conversation. I have a set of stories and want the bot to pick stories based on what stories are already used for that user and also pick stories that are relevant to the user profile from the remaining stories. So it is important for me to know which stories are already used in the past, track which story is being used currently. I don’t see such features in Rasa, I do have some ideas but they all feel hacky.