LUIS API 调用以获取意图的话语列表失败并出现 404 错误

LUIS API call to get list of Utterances for an intent is failing with 404 error

我们希望使用 Azure SDK v3 for Cognitive Services (LUIS) 访问 "utterances" 的列表以实现特定目的,但该方法返回“404 Resource Not Found”。这是我们调用的方法 "ExamplesMethodWithHttpMessagesAsync"。您可以在下面的第 2619 行的此页面上看到它:

https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/cognitiveservices/Language.LUIS.Authoring/src/Generated/Model.cs#L2579

注意:我们看到 LUIS 门户 (www.luis.ai) 中使用了类似的方法,但我不确定该网站 API 对我们使用是否安全。尽管如此,很奇怪 SDK 方法调用对我们来说失败了。

有没有人对如何继续获取特定意图的话语有任何建议?

虽然这个 API 可以在 Azure SDK 中找到,it is not a publicly exposed endpoint

正如我在您的 , for now you will have to use the Review labeled examples API 中所说的那样。