BasePrediction interface
This is the base class of prediction
Properties
| project |
Polymorphic discriminator, which specifies the different types this object can be |
| top |
The intent with the highest score. |
Property Details
projectKind
Polymorphic discriminator, which specifies the different types this object can be
projectKind: "Conversation" | "Orchestration"
Property Value
"Conversation" | "Orchestration"
topIntent
The intent with the highest score.
topIntent?: string
Property Value
string