I'm creating a bot flow where I need a SlotType of List. But the list will contain over a thousand strings. There's a limit of 500.
Is there any way around this?
I read that Dynamic Lists can be used if there are many strings, but because it is a fixed list, I'm not exactly sure how it'll help.