Closed csteelatgburg closed 4 years ago
I just tested adding my LUIS apps with closed lists directly to my dispatch model (instead of downloading the json files) and the same behavior is observed.
@csteelatgburg, Dispatch does not transfer any entities (closed list is a type of entity in LUIS), except when they are used in patterns. Dispatch deals only with intent classification (not entities) and thus does not transfer any entities from child LUIS apps to Dispatch.
Tool
Name: Dispatch Version: 1.6.5 OS: macOS 10.15.2
Describe the bug
After creating a LUIS app that contains list entities and exporting to json, the resulting file contains the appropriate closedLists entries. Adding the json file to a dispatch model is successful and the intents and utterances are added as expected. Closed lists, however, are not in the resulting json file and do not get imported into LUIS.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ClosedList entities should be imported to LUIS model
[bug]