ConversationPrediction interface
Represents the prediction section of a Conversation project.
- Extends
Properties
| entities | The entity extraction results. |
| intents | The intent classification results. |
| project |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| top |
The intent with the highest score. |
Property Details
entities
intents
The intent classification results.
intents: ConversationIntent[]
Property Value
projectKind
Polymorphic discriminator, which specifies the different types this object can be
projectKind: "Conversation"
Property Value
"Conversation"
Inherited Property Details
topIntent
The intent with the highest score.
topIntent?: string
Property Value
string
Inherited From BasePrediction.topIntent