共用方式為

LUIS 应用的货币预生成实体

Important

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

预构建货币实体检测许多国家/地区/区域中许多面额的货币,无论 LUIS 应用语言区域是怎样的。 此实体已定型,因此不需要将包含货币的陈述示例添加到应用程序意向中。 Currency entity is supported in many cultures.

货币类型

Currency is managed from the Recognizers-text GitHub repository

货币实体的解析

以下 JSON 的 verbose 参数设置为 false

"entities": {
    "money": [
        {
            "number": 10.99,
            "units": "Dollar"
        }
    ]
}

Next steps

Learn about the datetimeV2, dimension, and email entities.