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.
In the lu file - behavior of @ phraselist is case sensitive.
If you create and specify @ phraseList My_PhraseList (with upper L) as I saw in the documentation it is ignored and not defining phrase list.
this wil fail
@ ml MyEntity usesFeature My_PhraseList
if you change declaration to
@ phraselist My_PhraseList (with lower l)
this wil be OK
@ ml MyEntity usesFeature My_PhraseList
Versions
@microsoft/botframework-cli/4.11.1 linux-x64 node-v10.19.0
Describe the bug
In the lu file - behavior of @ phraselist is case sensitive.
If you create and specify @ phraseList My_PhraseList (with upper L) as I saw in the documentation it is ignored and not defining phrase list.
this wil fail
@ ml MyEntity usesFeature My_PhraseList
if you change declaration to
@ phraselist My_PhraseList (with lower l)
this wil be OK
@ ml MyEntity usesFeature My_PhraseList
To Reproduce
Just do as I mentioned above
Expected behavior
I'd expected either error or case insensitivity but not curent behavior which is kind of silently ignoring the declaration.
Also check the documentation as it is using multiple variants:
https://docs.microsoft.com/en-us/azure/bot-service/file-format/bot-builder-lu-file-format?view=azure-bot-service-4.0
[bug]