microsoft / Cognitive-LUIS-Windows

Windows (.Net) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services
www.microsoft.com/cognitive-services/en-us/language-understanding-intelligent-service-luis
Other
134 stars 78 forks source link

Cannot create intent on Luis.AI portal #96

Open podgito opened 4 years ago

podgito commented 4 years ago

Attempting to add an intent to an existing app through the web UI does nothing - inspecting the console browser I see the following error:

{"error":{"code":"401","message": "The Models_CreateNewIntent_Conversations Operation under LUIS Programmatic APIs v4.0-preview is not supported with the current subscription key and pricing tier LUIS.Authoring.F0."}}

mindmodel commented 4 years ago

I'm getting the same error. Started yesterday (7/1/20).

Details here

https://twitter.com/mindmodel/status/1278432057119604736

Adam Leffert

mindmodel commented 4 years ago

To summarize, the Luis portal requires a paid tier (not free) authoring resource, but I can't find a way to create one or revise an existing authoring resource to use the paid tier (S0).

Having migrated my Luis resources to Azure, I am now locked out of the Luis portal.

I've been using Luis for months, so I understand the basics.

My app (chat bot) that uses the Luis recognition resource still works.