Imagine I want to create a bot to attend a pizza delivery service. But I would like to handle if a customer want ask multiple ingredients like:
bot: what ingredients do you want? user: please with cheese, mushrooms, and corn
I have tried AWS Lex, but a single intent can handle a single value per slot.
What framework and facility can I use to do that?