LuisTargetIntentResult interface
It is a wrap up of LUIS Generally Available response.
- Extends
Properties
| result | The actual response from a LUIS Generally Available application. |
| target |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| api |
The API version used to call a target service. |
| confidence | The prediction score and it ranges from 0.0 to 1.0. |
Property Details
result
The actual response from a LUIS Generally Available application.
result?: Record<string, ConversationPrediction>
Property Value
Record<string, ConversationPrediction>
targetProjectKind
Polymorphic discriminator, which specifies the different types this object can be
targetProjectKind: "Luis"
Property Value
"Luis"
Inherited Property Details
apiVersion
The API version used to call a target service.
apiVersion?: string
Property Value
string
Inherited From TargetIntentResult.apiVersion
confidence
The prediction score and it ranges from 0.0 to 1.0.
confidence: number
Property Value
number
Inherited From TargetIntentResult.confidence