LuisAdaptivePredictionOptions interface

Optional parameters for a LUIS prediction request.

Properties

dateTimeReference

Gets or sets datetimeV2 offset. The format for the datetimeReference is ISO 8601.

externalEntities

Gets or sets external entities recognized in the query.

includeAllIntents

Gets or sets a value indicating whether all intents come back or only the top one.

includeAPIResults

Gets or sets a value indicating whether API results should be included.

includeInstanceData

Gets or sets a value indicating whether or not instance data should be included in response.

log

Gets or sets a value indicating whether queries should be logged in LUIS.

preferExternalEntities

Gets or sets a value indicating whether external entities should override other means of recognizing entities.

slot

Gets or sets the LUIS slot to use for the application.

Property Details

dateTimeReference

Gets or sets datetimeV2 offset. The format for the datetimeReference is ISO 8601.

dateTimeReference?: StringExpression

Property Value

StringExpression

externalEntities

Gets or sets external entities recognized in the query.

externalEntities?: ArrayExpression<ExternalEntity>

Property Value

ArrayExpression<ExternalEntity>

includeAllIntents

Gets or sets a value indicating whether all intents come back or only the top one.

includeAllIntents?: BoolExpression

Property Value

BoolExpression

includeAPIResults

Gets or sets a value indicating whether API results should be included.

includeAPIResults?: BoolExpression

Property Value

BoolExpression

includeInstanceData

Gets or sets a value indicating whether or not instance data should be included in response.

includeInstanceData?: BoolExpression

Property Value

BoolExpression

log

Gets or sets a value indicating whether queries should be logged in LUIS.

log?: BoolExpression

Property Value

BoolExpression

preferExternalEntities

Gets or sets a value indicating whether external entities should override other means of recognizing entities.

preferExternalEntities?: BoolExpression

Property Value

BoolExpression

slot

Gets or sets the LUIS slot to use for the application.

slot?: StringExpression

Property Value

StringExpression