We're looking to access a list of "utterances" for a specific intent using Azure SDK v3 for Cognitive Services (LUIS), but the method is returning "404 Resource Not Found". This is the method we are calling "ExamplesMethodWithHttpMessagesAsync". You can see it on this page below on line # 2619:
Note: We see a similar method that is used in the LUIS portal (www.luis.ai), but I'm not sure if that web API is safe for us to use. Nonetheless, it's odd the SDK method call is failing for us.
Does anyone have a recommendation on how to proceed to get the utterances for a specific intent?
While this API can be found in the Azure SDK, it is not a publicly exposed endpoint.
As I said in your other issue, for now you will have to use the Review labeled examples API.