ExampleLabelObject interface
A labeled example utterance.
Properties
entity |
The identified entities within the example utterance. |
intent |
The identified intent representing the example utterance. |
text | The example utterance. |
Property Details
entityLabels
The identified entities within the example utterance.
entityLabels?: EntityLabelObject[]
Property Value
intentName
The identified intent representing the example utterance.
intentName?: string
Property Value
string
text
The example utterance.
text?: string
Property Value
string