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