LuisAdaptivePredictionOptionsConfiguration interface
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. |
Gets or sets datetimeV2 offset. The format for the datetimeReference is ISO 8601.
dateTimeReference?: string | Expression | StringExpression
Property Value
string | Expression | StringExpression
Gets or sets external entities recognized in the query.
externalEntities?: ExternalEntity[] | string | Expression | ArrayExpression<ExternalEntity>
Property Value
ExternalEntity[] | string | Expression | ArrayExpression<ExternalEntity>
Gets or sets a value indicating whether all intents come back or only the top one.
includeAllIntents?: boolean | string | Expression | BoolExpression
Property Value
boolean | string | Expression | BoolExpression
Gets or sets a value indicating whether API results should be included.
includeAPIResults?: boolean | string | Expression | BoolExpression
Property Value
boolean | string | Expression | BoolExpression
Gets or sets a value indicating whether or not instance data should be included in response.
includeInstanceData?: boolean | string | Expression | BoolExpression
Property Value
boolean | string | Expression | BoolExpression
Gets or sets a value indicating whether queries should be logged in LUIS.
log?: boolean | string | Expression | BoolExpression
Property Value
boolean | string | Expression | BoolExpression
Gets or sets a value indicating whether external entities should override other means of recognizing entities.
preferExternalEntities?: boolean | string | Expression | BoolExpression
Property Value
boolean | string | Expression | BoolExpression
Gets or sets the LUIS slot to use for the application.
slot?: string | Expression | StringExpression
Property Value
string | Expression | StringExpression