Extracting dates using supervised_embeddings

Hi everyone,

I’m trying to develop a very simple chatbot using rasa to setup a room reservation scenario.

I’m using the pipeline: supervised_embeddings

Now my question is:

When the chatbot asks the user on what date the reservation shall be made, how must I setup my intents/actions that the date is recognized and the chatbot responds with the mentioned date?

Example:

  • Chatbot: On what date would you like to make the reservation?
  • User: On the 10th of July 2019
  • Chatbot: Ok. I’ll make the reservation on the {‘10-07-2019’}

Is there any simple way to archive this?

Thanks in advance & with best regards, Timothy