你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JSONUtterance interface

导出的模型 - 用于训练模型的话语。

属性

entities

匹配的实体。

intent

匹配的意向。

text

话语。

属性详细信息

entities

匹配的实体。

entities?: JSONEntity[]

属性值

intent

匹配的意向。

intent?: string

属性值

string

text

话语。

text?: string

属性值

string