microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
868 stars 372 forks source link

Migrate LUIS to CLU in BotFramework-Composer #9537

Open RajaP160898 opened 1 year ago

RajaP160898 commented 1 year ago

In BotFramework-composer we use LUIS appkey and LUIS region . Is it possible to migrate luis to CLU and we can use those CLU appkey in Botframework Composer

2764

dmvtech commented 1 year ago

You can export the model from LUIS as .json and import into Language Studio as a project. You can then use the CLU package in Composer to use that as a recognizer. Please be aware that at this time it is not yet release, and only a release candidate. Find more info here.

d-kleine commented 5 months ago

As of 1st April, you cannot create new LUIS services anymore, see https://www.luis.ai/ grafik

Please change LUIS to CLU in the Bot Framework Composer as you cannot create new LUIS resources anymore.