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[]