Is there a RASA equivalent for Dialogflow contexts and follow-up intents?

I am trying to build a quiz bot. If user says she doesn’t know the answer, bot has to respond with the right answer of the question that was asked and move on to next question. In Dialogflow I am able to handle this using contexts, where context represents the question that was asked. Is this possible using RASA? Are there any good alternatives to Dialogflow for this use case?

Hello @jyothika, welcome to the community!!

I would check out the Forms section of the documentation and see what you think. With our forms you can basically setup required or optional slot values that have to be filled and then can use those for context throughout the convo or to run custom action code, etc.

Let me know if you have further questions after taking a look at this.