Reputation: 615
I am working on Microsoft Bot Framework, I am created the bot through Azure Bot Service in Azure Portal. When I am running my bot application in local emulator its working fine after that published into Azure Bot service.
Here my issue is whenever to test my application in in Azure Portal at Test In Web Chat option the test window will showing like this below.
Added the same bot to Skype channel there also I am not getting any response.
How can I resolve the problem?
Upvotes: 4
Views: 2449
Reputation: 257
From my experience, it is happen to me with the same situation. I think you select publish as Website. You should select publish as Deployment Script.
Upvotes: 0
Reputation: 95
Please check your MicrosoftAppID
and MicrosoftAppPassword
are correctly mentioned in both your BotApplication
as well as in Azure Bot Service
. Also do check if the same is deployed properly and the MessagingEndpoint
is correctly mentioned.
If this was just an issue with the channel your Test in WebChat could have worked properly.
Upvotes: 0