LuisAdaptivePredictionOptions interface
Optional parameters for a LUIS prediction request.
Properties
date |
Gets or sets datetimeV2 offset. The format for the datetimeReference is ISO 8601. |
external |
Gets or sets external entities recognized in the query. |
include |
Gets or sets a value indicating whether all intents come back or only the top one. |
include |
Gets or sets a value indicating whether API results should be included. |
include |
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. |
prefer |
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