I'm trying to get "example utterances - Review labeled example" from the LUIS api. As explained here: https://westeurope.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c0a
But this call returns a "404 - Resource not found"
When I try the same call via the testing console...
... it returns "401 - Access Denied" with the message
The example utterances - Review labeled examples Operation under LUIS Programmatic APIs v2.0 API is not supported with the current subscription key and pricing tier LUIS.S0."
I've been at it for over a day, trying to create/update/delete autoring resources from Azure. Selected different pricing tiers, but I'm ending up with the same results.
I even tried deleting my LUIS account in an effort to restart from scratch but also that seems impossible. I keep logging back in to my "deleted" account.
Some help will be greatly appreciated.