Share via


LuisParameters interface

This is a set of request parameters for LUIS Generally Available projects.

Extends

Properties

callingOptions

This customizes how the service calls LUIS Generally Available projects.

query

The utterance to predict.

targetProjectKind

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

apiVersion

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

Property Details

callingOptions

This customizes how the service calls LUIS Generally Available projects.

callingOptions?: LuisCallingOptions

Property Value

query

The utterance to predict.

query?: string

Property Value

string

targetProjectKind

Polymorphic discriminator, which specifies the different types this object can be

targetProjectKind: "Luis"

Property Value

"Luis"

Inherited Property Details

apiVersion

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

apiVersion?: string

Property Value

string

Inherited From AnalysisParameters.apiVersion