共用方式為


IntentsSuggestionExample interface

預測/建議的意圖。

屬性

entityPredictions

預測/建議的實體。

intentPredictions

預測/建議的意圖。

text

語句。 例如,「西雅圖的天氣為何?」

tokenizedText

Token 化語句。

屬性詳細資料

entityPredictions

預測/建議的實體。

entityPredictions?: EntityPrediction[]

屬性值

intentPredictions

預測/建議的意圖。

intentPredictions?: IntentPrediction[]

屬性值

text

語句。 例如,「西雅圖的天氣為何?」

text?: string

屬性值

string

tokenizedText

Token 化語句。

tokenizedText?: string[]

屬性值

string[]