Share via


AnalysisParameters interface

This is the parameter set of either the Orchestration project itself or one of the target services.

Properties

apiVersion

The API version to use when call a specific target service.

targetProjectKind

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"