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

IntentsSuggestionExample interface

预测/建议意向。

属性

entityPredictions

预测/建议的实体。

intentPredictions

预测/建议的意向。

text

话语。 例如,“西雅图的天气怎么样?

tokenizedText

标记化话语。

属性详细信息

entityPredictions

预测/建议的实体。

entityPredictions?: EntityPrediction[]

属性值

intentPredictions

预测/建议的意向。

intentPredictions?: IntentPrediction[]

属性值

text

话语。 例如,“西雅图的天气怎么样?

text?: string

属性值

string

tokenizedText

标记化话语。

tokenizedText?: string[]

属性值

string[]