Hello!
I am trying to build a bot from a qNa service in Azure.
I would like to implement some type of spell check of the user to make sure a wrong typed word will still lead the user to what they are trying to find.
From my research I saw that bing spell check could be a possible solution.
However, while it seems pretty straighforward to implement into a LUIS , I do not see an easy way to implement it in the qnA knowledgebase.
What is the best practice to achieve this? I am not an expert coder and the only documentation to send a post request to the bing API that I was able to find was just few lines out code that were not helpful, especially since the bot source code has a ton of sub files.
Any help is appreciated, and if the bing spell check is too advanced, I would also appreciate some work around alternatives.