According to this documentation from Microsoft;
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/troubleshooting
In order to change the default answer for your bot you should go to the "app service resource" > "Application settings" under "Settings" and then edit the value for the key "DefaultAnswer".
My resources for this project in Azure looks like this;
MyBot (Cognitive Services)
MyBot (App Service Plan)
MyBot (App Service)
mybot-randomstring (Search service)
mybot-bot (Web App Bot)
mybot-bot (App Service)
I go into the "MyBot" app-service and see that the key is already there and modified the default answer however even after retraining my KB in QnA-Maker it still responds with the default answer "No QnA Maker answers were found.".
I restarted the "MyBot" app-service and retrained and published the KB but I still get the default answer. If I look into the "mybot-bot" app-service there is no such key so guessing its the "MyBot" app-service I should change the value in.
Any ideas why it isn't working?