TargetIntentResult interface
This is the base class of an intent prediction
Properties
| api |
The API version used to call a target service. |
| confidence | The prediction score and it ranges from 0.0 to 1.0. |
| target |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
apiVersion
The API version used to call a target service.
apiVersion?: string
Property Value
string
confidence
The prediction score and it ranges from 0.0 to 1.0.
confidence: number
Property Value
number
targetProjectKind
Polymorphic discriminator, which specifies the different types this object can be
targetProjectKind: "Luis" | "Conversation" | "QuestionAnswering" | "NonLinked"
Property Value
"Luis" | "Conversation" | "QuestionAnswering" | "NonLinked"