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 529 forks source link

[Docs] the approach provided on this page doesn't work #3495

Closed saivennelakanti closed 4 years ago

saivennelakanti commented 4 years ago

/virtual-assistant/tutorials/customize-assistant/csharp/4-edit-your-cognitive-models/.

When I do all the steps provided in this webpage there is no change to the VirtualAssistant. Due to which I couldn't submit to the AzureHeros challenge. I looked at these steps multiple times and reverified but the changes done by me to the existing knowledgebase are not picked by the BOT. the Intents/questions are unrecognized by the BOT. so fix this page to reflect the right steps.

ryanisgrig commented 4 years ago

Thanks for the feedback! I will follow up with this after investigating.

ryanisgrig commented 4 years ago

I have validated that this flow works with the following steps.

  1. Test query on existing FAQ KB image

  2. Make change in portal to existing FAQ KB by adding new QnA pair image

  3. Select Save and Train

  4. Select Publish

  5. Run .\Deployment\Scripts\update_cognitive_models.ps1 -RemoteToLocal image

  6. Validate that query works image

I will make a change to the docs to reflect that you should save, train, and publish your changes before running the script.