Duckling with FormActions

Hi there, I was wondering if there was any advice for how to deal with filling slots in a FormAction when using duckling.

For example, I’ve enabled time and quantities for ducking, and I have a Form requiring both of these as slots.

When I ask for the quantity slot however, duckling generates both the quantity and the time entities and fills both slots. For example, 515 is read as year 515 and a quantity 515, so my slots will both be filled.

Any ideas on how to work around this?

you can set your domain 's store_entities_as_slots attribute to False https://github.com/RasaHQ/rasa_core/blob/bf70641ce5eaa93f3c058601ff59349051f72ea9/rasa_core/domain.py#L185