代码之家  ›  专栏  ›  技术社区  ›  Oblomov

Web应用程序bot不包含C的Luis模板#

  •  0
  • Oblomov  · 技术社区  · 7 年前

    我正在尝试将一个完全测试过的Luis应用程序集成到一个Web应用程序bot上。 在使用bot服务创建语言理解bot之后uis csharp tutorial build bot framework sample connect your luis app to the bot“rel=”nofollow noreferrer“>connect the luis app to the botbut I could not find any of the luis relevant entries in the application settings,which according to the tutorial should be:(按照教程,应该是:)

    此外,在构建bot代码之后,我找不到

    /对话框/basiclusdialog.cs

    在代码编辑器中。

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

    看起来webappbot根本不包含luis模板。

    这里可能有什么问题?. 后 creating a language understanding bot with bot service 我试图 connect the LUIS app to the bot 但是我在应用程序设置中找不到任何与LUIS相关的条目,根据本教程,这些条目应该是:

    Luis App ID

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

    /对话框/basiclusdialog.cs

    在代码编辑器中。

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

    enter image description here

    看起来webappbot根本不包含luis模板。

    这里可能有什么问题?

    1 回复  |  直到 7 年前
        1
  •  0
  •   Fei Han    7 年前

    看起来webappbot根本不包含luis模板。

    根据您在联机代码编辑器中看到的项目文件夹结构,您似乎正在使用sdk v4。

    目前,Auzre Portal使我们能够使用语言理解(C)模板和 sdk v3。

    您可以在在线代码编辑器中看到,您似乎正在使用sdk v4。

    enter image description here

    目前,Auzre门户允许我们使用语言理解(C)模板 SDK V3 .

    enter image description here