3

I just wanted to know what's the reason for this error:

BadArgument: Labels cannot have two overlapping children of the same parent.

while trying to import an app in LUIS using .json file although it's following the required format?

Nicolas R
  • 13,812
  • 2
  • 28
  • 57

1 Answers1

3

It looks like the error is saying that you have at least 2 entites label which are using the same word in an utterance.

This is not possible from the UI: 1 word can only be in 1 label.

Entities label

Nicolas R
  • 13,812
  • 2
  • 28
  • 57