Share via

Creating Question Answer Bot not responding

Shivani Bokadia 6 Reputation points
2022-05-23T10:52:59.487+00:00

I have created a custom question answer knowledge base and tested on language studio. It is working fine and sending a response on language studio, but when I deploy and create a bot, and then 'Test in Web Chat' it is not responding. On inspecting the network, I found out that it is sending an error response.

{
"error": {
"code": "BotError",
"message": "Failed to send activity: bot returned an error"
},
"httpStatusCode": 500
}

Payload Status Code: 502

https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/quickstart/sdk?pivots=studio
https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/tutorials/bot-service

Azure AI Bot Service
Azure AI Bot Service

An Azure service that provides an integrated environment for bot development.

Azure Language in Foundry Tools
Azure Language in Foundry Tools

An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.