Intent Linking

Is there a way to link intents in a chain that would suggest the bot to follow a path in a conversation. Or the solution is by writing stories for the linked intents and train the core.

Can you clarify what you mean by linked intents?

I am also looking for the same. I want bot to follow a specific path when i know it should, so invoke another intent

Doing this to force a path is not always working.

return [ActionExecuted(“action_listen”)] + [UserUttered("/" + my_intent, { “intent”: {“name”: my_intent, “confidence”: 1.0}, “entities”: {} })]