How to resolve Luis - 403 Out of call volume quota

前端 未结 2 1755
不知归路
不知归路 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 04:04

    I resolved the problem with below steps and this can be marked as closed.

    1. Created New Luis app in luis.ai using different account.
    2. Exported the existing account settings from My Apps -> Export as Json.
    3. Imported the Json into new app under Manage -> Versions
    4. Trained and published the new Luis app.
    5. Copy the new app's App ID and API key and update them in the Bot Application settings --> LuisAPIKey and LuisAppId
    6. Restart the Bot service.
    7. Validate the Bot.

提交回复
热议问题