microsoft / botframework-solutions

Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
https://aka.ms/bfsolutionsdocs
MIT License
1.05k stars 530 forks source link

Adding QnAEndpointURL to dispatch commands. #3834

Closed SharmaHarsh7 closed 3 years ago

SharmaHarsh7 commented 3 years ago

While running this file in a isolated environment we found that it takes default Endpoint URL for the dispatch commands instead of the custom qnaEndpoint .

After applying the changes, I am suggesting, it worked well with both isolated and open environments..

Thanks