You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
When defining phrase list in lu file, the case is sensitive for phraseList. For exmaple, @ phraseList ticket(interchangeable) = will fail, but @ phraselist ticket(interchangeable) = will work
To Reproduce
Steps to reproduce the behavior:
Create phrase list definition in lu file with phraseList key word.
Publish it with luis build cmd.
You will see the exception.
Expected behavior
phraseList should also be recognized as key word
Screenshots
If applicable, add screenshots to help explain your problem.