Track previous intent

Hi all, I am building a chatbot using Rasa. I want to build a case like this:

  • User: I want to know when the Machine learning course start?
  • Chatbot: It’s 8h July
  • User: How about the Web programing course?
  • Chatbot: It’s 12 July

It means in the 2nd input, user does not need to ask full sentence “when the Web programing course start?”, but the chatbot still understand that intent because user mentioned in the previous sentence.

It is possible to do with Rasa framework? If it does, could you guide me?

Thank all.