Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Importante
LUIS 将于 2025 年 10 月 1 日停用,从 2023 年 4 月 1 日开始,你将无法创建新的 LUIS 资源。 建议将 LUIS 应用程序迁移到对话语言理解,以便从持续的产品支持和多语言功能中受益。
“温度”提取了各种温度类型。 此实体已定型,因此不需要将包含温度的陈述示例添加到应用程序中。 许多语言区域都支持存在温度实体。
温度托管在 Recognizers-text GitHub 存储库中
查询返回以下实体对象:
set the temperature to 30 degrees
以下 JSON 的 verbose
参数设置为 false
:
"entities": {
"temperature": [
{
"number": 30,
"units": "Degree"
}
]
}