QuestionAnsweringTargetIntentResult interface
It is a wrap up a Question Answering KB response.
- Extends
Properties
| result | The generated answer by a Question Answering KB. |
| 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 generated answer by a Question Answering KB.
result?: AnswersResult
Property Value
targetProjectKind
Polymorphic discriminator, which specifies the different types this object can be
targetProjectKind: "QuestionAnswering"
Property Value
"QuestionAnswering"
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