How to resolve Luis - 403 Out of call volume quota

前端 未结 2 1759
不知归路
不知归路 2021-01-28 03:17

I am testing my bot for my school project which was due in next two days and suddenly, the bot stopped functioning correctly and showing the default message all the time.

2条回答
  •  甜味超标
    2021-01-28 03:54

    As your error message indicates, you simply hit the max amount of request for your LUIS Starter_Key (which is sort of a trial).

    To permanently resolve this issue you need to provision a LUIS resource on your Microsoft Azure Subscription and use the subscription keys from there.

    The approach is well documented here.

    In short:

    • Create a LUIS Resource within your Azure Subscription
    • Back in your LUIS portal go to Keys and Endpoints of your model
    • Click "Assign resource" and select the previously created LUIS Resource

提交回复
热议问题