Hey everyone!
We are currently working with something like this:
- user intent is to have information about their status
- bot utters message asking for their ID image
- they take a picture/send it
- image gets sent to an API - custom action
- bot utters an answer / returns user information
I was wondering if there is possible to recognize an user sent message like that (image)? (or in other words how to make it possible to use that message/image to make that next custom action?) I’m aware that rasa works with NLU and not image recognition, but I’m stuck in finding an solution to make that example above work while still working with rasa. Could anyone help with ideas?
Thanks a lot in advance!