I have a custom slot type defined and I have put slot values like 32, 34, 36, 38, small, large. I have set the Slot Resolution to 'Expand Values'. I have an utterance 'Show me option 32'. I have assigned the slots to the utterances. I save the intent and build the bot. When I try to test the bot, it gives a success response only to the values mentioned in slot type. If I type, 'Show me option 34' or 'show me option 38' or 'show me option small', it responds with a success json. If I give any other number other than specified slot values, the dialog state shows ElicitIntent and bot responds saying 'Sorry, can you please repeat that?'. Eg: 'Show me option 41'
Why is lex not identifying other numbers? Am I missing anything?enter image description here