Hi there team!
I am trying to collect some user information, starts with info like name/city etc and then I would like the user to send in an image.
I will then have an action look at a Twilio Url of the sent in media and add it to some database. All that needs to occur is that the media file is detected by rasa, and an action is triggered that can then make an API request to twilio to examine it.
My form can request the media, but it throws an attribute error when one is sent in by the user. I have thought about
Has anyone got any advice? thanks