I am trying to execute different flow or story in my project based on whether the value of slot is filled or not. How can achieve. Right now I am trying but it’s not working.
Based on above story format if slot value is not filled it should go to first flow else move on to second flow. But it’s going for first flow or first story always. Why is that happening can anybody elaborate on that.
Hi @prashant_kamble
Could you please post your domain and nlu files? Also, I think you need at least two intents for the intent classifier to be active.
I am facing similar situation and might go with your approach.
Additional question, what if you want to set all of your slots from previous conversations when ever a session start, not all slot value may come from the conversation though.