BotBuilder - NLP with dispatch error No such host is known

删除回忆录丶 提交于 2019-12-24 04:12:38

问题


I am new in using Bot Builder Framework. I was following this tutorial from Microsoft https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/tutorials/integrate-qnamaker-luis.

I am using the code from GitHub(NLP-with-dispatch) and set up all the necessary requirements DISPATCH, Luis, Qnamaker, etc.

But after running the code using the bot emulator I got this error message.

"No such host is known".

BTW, I already updated the appsettings.json and bot config. Anyone experience this?


回答1:


I actually just created a PR for this, since the issue is so common.

With that sample, make sure that LuisAPIHostName in appsettings.json is just your LUIS region (ie westus).



来源:https://stackoverflow.com/questions/57105966/botbuilder-nlp-with-dispatch-error-no-such-host-is-known

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!