【发布时间】:2018-07-18 15:13:54
【问题描述】:
我正在尝试integrate a fully tested LUIS app to a web app bot。 在creating a language understanding bot with bot service 之后我尝试connect the LUIS app to the bot 但我在应用程序设置中找不到任何与LUIS 相关的条目,根据教程应该是:
另外,在building the bot code之后,我找不到了
/Dialogs/BasicLuisDialog.cs
在代码编辑器中。
我的编辑器中的文件结构如下所示:
看起来 WebAppBot 根本不包含 LUIS 模板。
这可能是什么问题?
【问题讨论】:
-
could not find the /Dialogs/BasicLuisDialog.cs能否提供在线代码编辑器中项目文件夹结构的截图? -
It looks as if the WebAppBot does not contain the LUIS template at all.选择Bot模板时请检查您选择的SDK版本是否为v3。 -
@FeiHan:完成。文件夹结构见上文。
-
显然我之前用过sdk v4。使用 sdk 3 设置新机器人后,我得到了 LUI 条目。如果您将其发布为答案,我可以接受。
-
好的,我会发布作为回复。
标签: c# azure botframework azure-language-understanding