azure-language-understanding

Luis Dashboard api calls

人盡茶涼 提交于 2021-02-08 06:28:12
问题 I'm developing an app to create conversations outside of luis portal. This means that most of the info I get related to my luis app comes from api calls. The issue I have is that I can't find the api calls to get information from the Dashboard I know i can get raw information from other api calls, digested and then display it in charts graphs, etc. However some of the api calls have to much payload. The reason I want api calls to the dashboard is to retrieve all the data already digested. Any

How to add a Prediction Resource to LUIS app programmatically

与世无争的帅哥 提交于 2021-01-07 03:10:40
问题 I am using C# SDK to create the LUIS apps with required Intents, Utterances and Entities, and then training and Publishing the apps using an Authoring key created in Azure portal. After this, I use the REST Prediction endpoint for Intent matching, and till now I used the free Starter Prediction Key. After a month since the Starter key gets expired, I created a Cognitive service in Azure to be used as the Prediction resource. Now, how to add this new Prediction resource(Cognitive service) to

How to add a Prediction Resource to LUIS app programmatically

烂漫一生 提交于 2021-01-07 03:10:00
问题 I am using C# SDK to create the LUIS apps with required Intents, Utterances and Entities, and then training and Publishing the apps using an Authoring key created in Azure portal. After this, I use the REST Prediction endpoint for Intent matching, and till now I used the free Starter Prediction Key. After a month since the Starter key gets expired, I created a Cognitive service in Azure to be used as the Prediction resource. Now, how to add this new Prediction resource(Cognitive service) to

Azure LUIS Ownership change

荒凉一梦 提交于 2020-12-12 10:11:31
问题 How do I change the Owner? I want to be able to change the owner of the app because the other person is too busy. Please help. Thanks! 回答1: Any LUIS app is defined by its Azure resources, which is determined by the owner's subscription. You have to keep in mind that LUIS allows the transfer of ownership of your subscription but not transferring ownership of a resource . If you want to transfer ownership of your subscription, then you need to follow the steps below: For users who have migrated