Should have luis authoringKey and authoringRegion when lu file not empty
See original GitHub issueDescribe the bug
When trying to publish a bot which is not using LUIS at all, I get the following error:
Should have luis authoringKey and authoringRegion when lu file not empty
Version
v1.1.1
Browser
- Electron distribution
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
Expected behavior
It should be possible to publish a bot which is not using LUIS at all (all .lu files are empty) without providing LUIS information
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
.lu file format - Bot Service | Microsoft Learn
When using LUIS, the None intent is a required intent that you need to create with utterances that are outside of your domain....
Read more >Deployment Scripts - Microsoft Open Source
Optional configuration file for ARM Template deployment. No. createLuisAuthoring, Indicates whether a new LUIS authoring resource should be created. If false, ...
Read more >How to get LU file from LUIS.AI portal - Stack Overflow
To export you app in .lu format, - go to you applications page, - select your application - in the top bar click...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed this issue after removing the “luisResource” key from the bot’s settings @luhan2017
@stephanbisser , I can’t reproduce this issue. could you zip your bot and share with us? We can help to debug it.