IntentPrediction interface
A suggested intent.
Properties
name | The intent's name |
score | The intent's score, based on the prediction model. |
Property Details
name
The intent's name
name?: string
Property Value
string
score
The intent's score, based on the prediction model.
score?: number
Property Value
number