I am trying to integrate a fully tested LUIS app to a web app bot. After creating a language understanding bot with bot service I tried to connect the LUIS app to the bot but I could not find any of the LUIS-related entries in the application settings, which according to the tutorial should be:
Furthermore, after building the bot code, I could not find the
/Dialogs/BasicLuisDialog.cs
in the code editor.
The file structure in my editor looks like this:
It looks as if the WebAppBot does not contain the LUIS template at all.
What could be the problem here?




could not find the /Dialogs/BasicLuisDialog.csCan you provide the screenshots of the project folder structure in online code editor? - Fei HanIt looks as if the WebAppBot does not contain the LUIS template at all.Please check if the SDK version you selected is v3 when you choose Bot template. - Fei Han