Im trying to find the docs to use the feature "bing spell-check" with my NLU proyect, but the only documentation i found it is one referencing to this feature but using LUIS: luis-tutorial-bing-spellcheck
I understand that NLU is the successor for LUIS, so i tried to implement it in the same way as the link above describes, but it doesnt work.
I kept searching and found this other documentation: rest-api-language-analyze-conversations-analyze-conversations-luisparameters
But im not quite sure if it is intentded to be used with an NLU connected to LUIS or something else, plus it doesn't include any examples for that specific use case
Is this feature avialable in NLU or it was only for LUIS? If so, please help me with some documentation or samples