I followed this link : https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0&tabs=cs to create the dispatch model. It got successfully created. But when I tested it, it didn't add the entities to the dispatch model. I even checked the luis created and the html file which was generated. Now my question is: 1. Do we need to add the .json and .tsv files to the same folder where we will be creating the dispatch files? 2. Does this folder needs to be created inside the bot source code folder?
What could be the reason of entities not being identified?
Thanks