I'm trying to have LUIS recognize something pretty straight forward: "2 waters" So I
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).
Begin upgrade processBegin the upgrade process from the notification or you can wait until the next scheduled prompt. On the pop-up, select Upgrade now. Review the What happens when you upgrade information then select Continue. Select the composite entities from the list to upgrade then select Continue.
Composite Entities allow us to define the relationship between entities, that depend on their relative patterns. This works with a set of existing entities. A Composite Entity and its children will not share their common characteristics. It helps LUIS to identify the entities in the group as well as individually too.
Sign in to the LUIS portal, and select your Subscription and Authoring resource to see the apps assigned to that authoring resource. Open your app by selecting its name on My Apps page. Select Build from the top navigation menu, then select Entities from the left panel, Select + Create , then select the entity type.
Okay, This is really embarassing but I was facing the same issue until I read up the help documents. What I was doing involved -
After I read the Help documents, These are the steps I followed which worked -
it does recognize the number and list entities but separately
I create a luis app and do a test in Test panel, I can reproduce the issue: getting child entities (number
and object
) and composite entity (mytesttntity
) separately.
If I access published endpoint with same test query/utterance, I find the composite entity in returned response. You can try to make a request to your published endpoint and check if it can return an expected response.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With