I would like to know if there is any way to make LUIS capable of recognizing entities formed by multiple words in a flexible way.
I know that if I select multiple words LUIS will recognize them this but what if I have longer entities?
For example suppose we have some products in a database, one of them is formed by 4 words like: Abc summer green jacket
. Now I type my intent "add abc summer black jacket to shopping cart", do I have to create an utterance with entity "product" formed by 4 jackets?
What if one day my database gets a product formed by 10 words? Should I try other solutions? Thank you.