I want to ask for a flight number. Flight numbers are composed of a short code like EZY, AFR, DLH or CCA and a 3 to 5 digit flight number. Because I have these limited set of codes combined with a large set of potential numbers, I don't know how to define my slot type.
I thought about splitting it up in a custom slot type CODE and the integrated AMAZON.NUMBERS type. That way I run into problems in my model, because both of them are required to fulfil my intent and I would have to ask twice for the slots.
The option to just type out all the numbers seems like very bad practice. How would I concatenate slot types?
Thank you in advance.