1
votes

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?

1
could not find the /Dialogs/BasicLuisDialog.cs Can you provide the screenshots of the project folder structure in online code editor? - Fei Han
It 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
@FeiHan: Done. See above for the folder structure. - user1934212
Apparently, I had used sdk v4 before. After setting up a new bot using sdk 3, I get the LUIs entries. If you post that as an answer , I can accept it. - user1934212
OK, I will post it as a reply. - Fei Han

1 Answers

0
votes

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