Is there a documentation or method available to detect multiple objects of the same entity from the user's input without using regex?
For example: User input - 'I want to buy 2 blankets and 3 pillows'.
Here blankets and pillows belong to the 'order_item' entity, and then the numerics 2,3 are the 'order_quantity' entity.
The detection of them through a entity 'list' is not working in the classic mode.
Any suggestions are appreciated.