2.9 KiB
Globals / botbuilder-ai / LuisAdaptivePredictionOptions
Interface: LuisAdaptivePredictionOptions
Optional parameters for a LUIS prediction request.
Hierarchy
- LuisAdaptivePredictionOptions
Index
Properties
- dateTimeReference
- externalEntities
- includeAPIResults
- includeAllIntents
- includeInstanceData
- log
- preferExternalEntities
- slot
Properties
dateTimeReference
• Optional
dateTimeReference: StringExpression
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:91
Gets or sets datetimeV2 offset. The format for the datetimeReference is ISO 8601.
externalEntities
• Optional
externalEntities: ArrayExpression<ExternalEntity>
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:83
Gets or sets external entities recognized in the query.
includeAPIResults
• Optional
includeAPIResults: BoolExpression
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:75
Gets or sets a value indicating whether API results should be included.
includeAllIntents
• Optional
includeAllIntents: BoolExpression
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:67
Gets or sets a value indicating whether all intents come back or only the top one.
includeInstanceData
• Optional
includeInstanceData: BoolExpression
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:71
Gets or sets a value indicating whether or not instance data should be included in response.
log
• Optional
log: BoolExpression
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:79
Gets or sets a value indicating whether queries should be logged in LUIS.
preferExternalEntities
• Optional
preferExternalEntities: BoolExpression
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:87
Gets or sets a value indicating whether external entities should override other means of recognizing entities.
slot
• Optional
slot: StringExpression
Defined in libraries/botbuilder-ai/lib/luisAdaptivePredictionOptions.d.ts:95
Gets or sets the LUIS slot to use for the application.