I'm trying to have LUIS recognize something pretty straight forward: "2 waters" So I
- Set up the number built in entity
- Created a list entity which contains among its members the word water
- Created a composite entity which holds both, the number and the list entities
Then I go and test the intent with utterances that involve the words "2 waters" and it does recognize the number and list entities but separately, and doesn't allow me to compound it into their parent composite at the same time (only separately).