Add Number series in slots

Hi, I want to take some numbers from users and set them in a slot but I am unable to do that. Actually number series have no range user can take any values but he or she should have chosen max 100 values. Is anyone knows how to do it? Number series can be in any format

e.g.

1,25,95,18,24,34,57,56,21,32,45,35,32

or

12, 22, 21, 22, 3232, 456, 548, 8898, 788, 45

You can extract mutliple numbers using duckling which will return extracted values as a list. You can set that list as a slot and retrieve the values afterwards. Here is more info on duckling: Component Configuration

1 Like