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?
It looks as if the WebAppBot does not contain the LUIS template at all.
Based on the project folder structure that you see in online code editor, it seems that you are using SDK v4.
Currently, Auzre portal enables us to use Language understanding (c#) template with SDK v3.