I have simple ask, how do I create a Amazon Lex slot for Alphanumeric values.
So far I have tried -
- AMAZON.Number: only takes decimal numbers
- AMAZON.PostalAdress: takes everything except numbers
- Custom Slot with no values: Only numbers
Is there any way to create a slot which takes alphanumeric values?
Thanks