LabeledUtterance interface
範例的預測和標籤。
屬性
| entity |
符合範例的實體。 |
| entity |
建議的實體清單。 |
| id | 標示語句的標識碼。 |
| intent |
符合範例的意圖。 |
| intent |
建議意圖的清單。 |
| text | 語句。 例如,「西雅圖的天氣為何? |
| tokenized |
語句標記化。 |
屬性詳細資料
entityLabels
entityPredictions
id
標示語句的標識碼。
id?: number
屬性值
number
intentLabel
符合範例的意圖。
intentLabel?: string
屬性值
string
intentPredictions
text
語句。 例如,「西雅圖的天氣為何?
text?: string
屬性值
string
tokenizedText
語句標記化。
tokenizedText?: string[]
屬性值
string[]