I am working on my first form, i read restaurant form and I see that every piece of information is supplied through request_restaurant, I wonder if I can use form with diferent intents. Example: I got especiality, date and localization intents, I need to be diferent intents because I have separate stories with them but I also need that these three works together in a form.
localizacion
- localizacion
- locespfecha_form
- form{“name”: “locespfecha_form”}
- form{“name”: null}
especialidad
- especialidad
- locespfecha_form
- form{“name”: “locespfecha_form”}
- form{“name”: null}
fecha publicacion
- fecha
- locespfecha_form
- form{“name”: “locespfecha_form”}
- form{“name”: null}
That would be my three intents. Any help is welcome
Thank you