I noticed the LUIS portal (www.luis.ai) shows Intents with the total number of Utterances for each. I'm looking to build a similar page in my application, although Microsoft's published APIs don't have a method that returns the total utterances per intent.
We noticed the LUIS dashboard is using this API to pull the data, but the method is not published in their docs:
https://westus.api.cognitive.microsoft.com/luis/webapi/v2.0/apps/{appId}/versions/{version}/stats/labelsperintent
Does anyone know whether this is an official API that can be used? We don't want to use it and then Microsoft makes changes to it later which could break our code.