Attempt to create a new intent in Luis Portal fails

AdamLeffert-5988 71 Reputation points
2020-07-02T09:23:28.3+00:00

7/2/20 5:15am EST

For the past two days, I haven't been able to create new intents for any of the Luis apps in my account in the Luis portal.

I can still query the prediction endpoints from my client app.

I tried exporting and re-creating the Luis app. Import works but unable to create new intents in the new Luis app in the portal.

When I click Done in the dialog to create a new intent, the dialog re-appears. No error message.

I used Fiddler to capture the request being generated. The portal needs to show an error message.

The Luis portal sends two requests.

Result of first request is 200. Result of second request is 401.

First request

OPTIONS /luis/authoring/v4.0-preview/conversations/apps/[my app id]/versions/0.1/intents HTTP/1.1

Second request

POST /luis/authoring/v4.0-preview/conversations/apps/[my app id]/versions/0.1/intents HTTP/1.1

where [my app id] is my Luis app id.

The response to the second (failed) request sent by the portal to Luis is

{"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 API - Free."}}

Where is this free authoring resource?

I can't find it in the Azure portal for my subscription.

Note that the request does not identify the resource, just the Luis app.

What changed in the Luis portal in the past 2 days?

Everything was working fine two days ago and now I am dead in the water.

Adam

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,577 questions
{count} votes

2 answers

Sort by: Most helpful
  1. YutongTie-MSFT 48,001 Reputation points
    2020-07-13T14:50:51.99+00:00

    Hi Adam,

    As we mentioned above, the LUIS Programmatic API is under Cognitive Service. https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c2f

    I would suggest you to create a new free resource of Cognitive Service so that you can use it? Let me know if it's not fine to you still. Thanks.

    Regards,
    Yutong

    0 comments No comments

  2. AdamLeffert-5988 71 Reputation points
    2020-07-13T15:00:42.41+00:00

    For a while, the Luis portal did not work, as described above.

    Then, Microsoft changed something on the back-end, changed the Luis Portal UI, and it started working again.

    So I'm all set for now.

    Thanks,

    Adam