LabeledUtterance interface
A prediction and label pair of an example.
Properties
| entity |
The entities matching the example. |
| entity |
List of suggested entities. |
| id | ID of Labeled Utterance. |
| intent |
The intent matching the example. |
| intent |
List of suggested intents. |
| text | The utterance. For example, "What's the weather like in seattle?" |
| tokenized |
The utterance tokenized. |
Property Details
entityLabels
entityPredictions
List of suggested entities.
entityPredictions?: EntityPrediction[]
Property Value
id
ID of Labeled Utterance.
id?: number
Property Value
number
intentLabel
The intent matching the example.
intentLabel?: string
Property Value
string
intentPredictions
text
The utterance. For example, "What's the weather like in seattle?"
text?: string
Property Value
string
tokenizedText
The utterance tokenized.
tokenizedText?: string[]
Property Value
string[]