i have a normal question answers skill. This skill lets user ask questions. After every answer, skill asks user if he wants to ask another question. This is done by saying yes/no which takes us to "nextquestionintent" which works fine.But if the user randomly say yes/no in the skill, it still goes to "nextquestionintent".
I know this can be resolved using session attributes, but how do i do that? I have tried looking everywhere for this but no luck. I'm using python. There are many examples with js, but python doesn't have. Please help me. I'm stuck on this from fast 3 days.