共用方式為

LUIS 应用的序号 V2 预生成实体

Important

语言理解智能服务(LUIS)将于 2026 年 3 月 31 日完全停用。 LUIS 资源创建不可用。 从 2025 年 10 月 31 日开始,LUIS 门户将不再可用。 建议将 LUIS 应用程序迁移对话语言理解,以便从持续的产品支持和多语言功能中受益。

Ordinal V2 number expands Ordinal to provide relative references such as next, last, and previous. 这些未使用序号预生成实体提取。

预生成序号 V2 实体的解决方法

查询返回以下实体对象:

what is the second to last choice in the list

以下 JSON 的 verbose 参数设置为 false

"entities": {
    "ordinalV2": [
        {
            "offset": -1,
            "relativeTo": "end"
        }
    ]
}

Next steps

Learn about the percentage, phone number, and temperature entities.