i am building a facebook messenger chatbot with API.ai and i want to build a fallback intent. I want to use this fallback intent for all user inputs that are not matched by any regular intent.
I would like to responde with something like "sorry, couldnt read that" + the users input. My question: How do i get the users input and give it back as a response?
Thank you.