Web App Bot 不包含 C# 的 LUIS 模板

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

我正在尝试 integrate a fully tested LUIS app to a web app botcreating a language understanding bot with bot service I tried to connect the LUIS app to the bot 但我在应用程序设置中找不到任何与 LUIS 相关的条目,根据教程应该是:

此外,在building the bot code之后,我找不到

/Dialogs/BasicLuisDialog.cs

在代码编辑器中。

我的编辑器中的文件结构如下所示:

看起来好像 WebAppBot 根本不包含 LUIS 模板。

这可能是什么问题?

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

根据您在在线代码编辑器中看到的项目文件夹结构,您似乎使用的是 SDK v4。

目前,Auzre 门户使我们能够通过 SDK v3.

使用语言理解 (c#) 模板