AnalysisParameters interface
This is the parameter set of either the Orchestration project itself or one of the target services.
Properties
| api |
The API version to use when call a specific target service. |
| target |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
apiVersion
The API version to use when call a specific target service.
apiVersion?: string
Property Value
string
targetProjectKind
Polymorphic discriminator, which specifies the different types this object can be
targetProjectKind: "Luis" | "Conversation" | "QuestionAnswering"
Property Value
"Luis" | "Conversation" | "QuestionAnswering"