我正在尝试将一个完全测试过的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相关的条目,根据本教程,这些条目应该是:
此外,之后
building the bot code
,我找不到
/对话框/basiclusdialog.cs
在代码编辑器中。
我的编辑器中的文件结构如下:
看起来webappbot根本不包含luis模板。
这里可能有什么问题?