Trigger a story (or intent) from a custom action?

Hello @souvikg10 thank you for information, but i have one use case when follow up intent makes sense.

I have for example 10 stories about one stuff (eg. ask_weather). Each story starts with intent ask_weather and solves almost every specific case, which can most likely to occur (story for form when user is unhelpful or he wants to stop in the middle of the process, he needs to explain slot, he wants to stop and then changes his mind, he wants to stop and then he really wants to stop, he needs to explain and then he changes his mind, (and more and more combinations and scenarios, which handle different user inputs for one stuff…)).

Then in middle of some other story (different topic, eg chitchat), the chatbot asks eg: “are you going outside tonight?”, user responds with “yes” and at this moment I would like to follow intent ask_weather from my custom action. Otherwise, if I want to handle all 10 cases which can happen after ask_weather intent (and I have them already handled somewhere), I would have to manually concat current story with each of these 10 stories. So I have to write these scenarios again behind current story. I hope it’s clear :slight_smile:

Follow up action is not enough and it doesnt solve this. It is like to call one action and thats all. I need to jump to different stories as his “yes” meant exactly /ask_weather.

Thank you very much if you can help me