QuestionAnsweringParameters interface
This is a set of request parameters for Question Answering knowledge bases.
- Extends
Properties
| calling |
The options sent to a Question Answering KB. |
| target |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| api |
The API version to use when call a specific target service. |
Property Details
callingOptions
The options sent to a Question Answering KB.
callingOptions?: AnswersOptions
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 to use when call a specific target service.
apiVersion?: string
Property Value
string
Inherited From AnalysisParameters.apiVersion