I am trying to use rasa to create a FAQ bot with two level interaction. I will give an example.
if user provides outer_category:
ask for inner_category.
if user provides inner_category:
provide information about inner category.
I have added some stories for the same. But its seems that the outer_category flow doesnt work. Let me know if anyone has a solution?
Can you share your stories file?
Can you elaborate the problem using the above stories file??
Sure. I want the bot to run action level one if A is detected (action level one will basically ask to provide a sublevel query (maybe from a,b,c,d,e,f) and run action level two queries)
and if a or b or c or d or e or f is detected then it should run action level two queries.