Share via


BasePrediction interface

This is the base class of prediction

Properties

projectKind

Polymorphic discriminator, which specifies the different types this object can be

topIntent

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