Problem: test in web chat in Azure Bot service

I am working on the Microsoft Bot Framework, I created a bot through the Azure Bot Service on the Azure Portal. When I run my bot application in a local emulator, it works fine after it has been published to the Azure Bot service.

enter image description here

My problem here is that whenever I test my application on Azure Portal with the Test In Web Chat parameter , the test window will be shown below.

enter image description here

I added the same bot to the Skype channel, and I do not get a response.

How can i solve the problem?

+4
source share
2 answers

, MicrosoftAppID MicrosoftAppPassword BotApplication, Azure Bot Service. , , MessagingEndpoint.

, WebChat .

0

, . , -. Deployment Script.

0

Source: https://habr.com/ru/post/1695333/


All Articles