LUIS API - 是否有测试话语的端点?

LUIS API - Is there an endpoint to test utterances?

我正在创建一个与 LUIS API 交互的应用程序。 api 似乎提供了我需要的大部分内容,除了一种根据应用程序的意图测试话语的方法。

Microsoft 的这份指南详细说明了我正在谈论的具体内容
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/train-test

是否有人熟悉使用 API 以编程方式测试一批样本话语的方法?我检查了每个端点,它似乎丢失了。要么是那个,要么是我遗漏了一些东西。

LUIS API 文档 https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/58aeface39e2bb03dcd5909e

我们目前没有使用程序化进行批量测试的功能 API。以后可能会考虑。目前批量测试的唯一方法是通过UI as you have mentioned earlier. And you can submit a feature request这里。

这就是解决方案。 link 中给出了更新后的 API 列表。这里有两种方法 (Get)Get predictions from endpoint 和 (Post) Get predictions from endpoint。