Rasa forms and complex utter_ask_{slot_name}

Hi,

We want to use rasa forms in nearly the same context as the restaurant example. But, when we choose a cuisine type, we want to provide a list of selected restaurant extracted from an external database. So the user can choose the restaurant where to book a table.

Maybe using the experimental Knowledge Base Actions ?

Is it possible/the correct way to do it ?

Thanks for any help

you can override rasa-sdk/forms.py at b559adc63cb137c60a39182ebba05a47834d414e · RasaHQ/rasa-sdk · GitHub to utter whatever you want