-1

I'm new in using LUIS in azure and it's working fine so far. I've mapped an hierarchical entitiy (employee) with it's two children (firstname, lastname) to all utterances of an intents. So far so good. If I use the test tool on the upper right side of the LUIS gui I get the response I expect, the correct intent and the tow entities with it's values.

But now the problem: If I do the same via a rest call to the api, I get the same response, only with one entity (firstname) the second (lastname) is missing.

Here a screenshot of the test tool on the LUIS gui:

Screenshot LUIS gui

enter image description here

Here a screenshot of the response of the api:

Screenshot API

enter image description here

Is there any option I've to activate?

frogatto
  • 28,539
  • 11
  • 83
  • 129

1 Answers1

0

It's working now, I fixed it by deleting the intent and adding it again with new entity.