How would you approach a problem where a user can order multiple objects which each can have entities associated
For example with a user utterance "I want to order a large pizza with pepperoni and a small pizza with ham and pineapple"
I would want to Recognise two distinct pizzas The different size for each pizza The topping associated with each pizza
I know Rasa has an option called entity groups which can handle this but does dialogflow cx? Or is it better to design a conversation flow that manages the conversation in a way that doesn't allow this sort of input?