user7349079
user7349079

Reputation: 11

Cannot publish my LUIS application

I successfully created my Intents.

screenshot from LUIS dashboard

When intent has been created LUIS should allow publish application according to their documentation.

Why LUIS does not allow to publish my application?

Upvotes: 1

Views: 362

Answers (1)

adamasan
adamasan

Reputation: 1182

The "Publish" option won't became available until you train your model for the first time. Click the "Train" button on the bottom of the page and the "Publish" button should became available. After you train your model for the first time LUIS will automatically train your model from time to time, but you still will be able to do it manually.

Upvotes: 6

Related Questions