Search code examples
c#azurebotframeworkazure-language-understanding

Web App Bot does not contain the LUIS template for C#


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:

Luis App ID

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:

enter image description here

It looks as if the WebAppBot does not contain the LUIS template at all.

What could be the problem here?


Solution

  • 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.

    enter image description here

    Currently, Auzre portal enables us to use Language understanding (c#) template with SDK v3.

    enter image description here