LuisPredictionOptions interface
Options per LUIS prediction.
- Extends
-
PredictionResolveOptionalParams
Properties
bing |
(Optional) Bing Spell Check subscription key. |
include |
(Optional) Determine if all intents come back or only the top one. |
include |
(Optional) A value indicating whether or not instance data should be included in response. |
log | (Optional) If queries should be logged in LUIS. |
log |
(Optional) Designates whether personal information should be logged in telemetry. |
spell |
(Optional) Whether to spell check query. |
staging | (Optional) Whether to use the staging endpoint. |
telemetry |
(Optional) Telemetry Client. |
timezone |
(Optional) The time zone offset for resolving datetimes. |
Inherited Properties
abort |
The signal which can be used to abort requests. |
custom |
{object} [customHeaders] User defined custom request headers that will be applied before the request is sent. |
on |
Callback which fires upon download progress. |
on |
Callback which fires upon upload progress. |
timeout | The number of milliseconds a request can take before automatically being terminated. |
verbose | If true, return all intents instead of just the top scoring intent. |
Property Details
bingSpellCheckSubscriptionKey
(Optional) Bing Spell Check subscription key.
bingSpellCheckSubscriptionKey?: string
Property Value
string
includeAllIntents
(Optional) Determine if all intents come back or only the top one.
includeAllIntents?: boolean
Property Value
boolean
includeInstanceData
(Optional) A value indicating whether or not instance data should be included in response.
includeInstanceData?: boolean
Property Value
boolean
log
(Optional) If queries should be logged in LUIS.
log?: boolean
Property Value
boolean
logPersonalInformation
(Optional) Designates whether personal information should be logged in telemetry.
logPersonalInformation?: boolean
Property Value
boolean
spellCheck
(Optional) Whether to spell check query.
spellCheck?: boolean
Property Value
boolean
staging
(Optional) Whether to use the staging endpoint.
staging?: boolean
Property Value
boolean
telemetryClient
(Optional) Telemetry Client.
telemetryClient?: BotTelemetryClient
Property Value
BotTelemetryClient
timezoneOffset
(Optional) The time zone offset for resolving datetimes.
timezoneOffset?: number
Property Value
number
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
AbortSignalLike
Inherited From RequestOptionsBase.abortSignal
customHeaders
{object} [customHeaders] User defined custom request headers that will be applied before the request is sent.
customHeaders?: [key: string]: string
Property Value
[key: string]: string
Inherited From RequestOptionsBase.customHeaders
onDownloadProgress
Callback which fires upon download progress.
onDownloadProgress?: (progress: TransferProgressEvent) => void
Property Value
(progress: TransferProgressEvent) => void
Inherited From RequestOptionsBase.onDownloadProgress
onUploadProgress
Callback which fires upon upload progress.
onUploadProgress?: (progress: TransferProgressEvent) => void
Property Value
(progress: TransferProgressEvent) => void
Inherited From RequestOptionsBase.onUploadProgress
timeout
The number of milliseconds a request can take before automatically being terminated.
timeout?: number
Property Value
number
Inherited From RequestOptionsBase.timeout
verbose
If true, return all intents instead of just the top scoring intent.
verbose?: boolean
Property Value
boolean
Inherited From PredictionResolveOptionalParams.verbose