共用方式為


LuisPredictionOptions interface

每個 LUIS 預測的選項。

Extends

PredictionResolveOptionalParams

屬性

bingSpellCheckSubscriptionKey

(選擇性) Bing 拼字檢查訂用帳戶金鑰。

includeAllIntents

(選擇性) 判斷所有意圖是否都返回或只傳回前一個意圖。

includeInstanceData

(選擇性) 指出是否應該包含在回應中的實例資料的值。

log

(選擇性) 是否應該在 LUIS 中記錄查詢。

logPersonalInformation

(選擇性) 指定是否應該將個人資訊記錄在遙測中。

spellCheck

(選擇性) 是否要進行拼字檢查查詢。

staging

(選擇性) 是否要使用預備端點。

telemetryClient

(選擇性) 遙測用戶端。

timezoneOffset

(選擇性) 解析日期時間的時區位移。

繼承的屬性

abortSignal

可用來中止要求的訊號。

customHeaders

{object}[customHeaders]使用者定義自訂要求標頭,會在傳送要求之前套用。

onDownloadProgress

下載進度時引發的回呼。

onUploadProgress

上傳進度時引發的回呼。

timeout

要求可能需要的毫秒數,才能自動終止。

verbose

如果為 true,則傳回所有意圖,而不只是最高評分意圖。

屬性詳細資料

bingSpellCheckSubscriptionKey

(選擇性) Bing 拼字檢查訂用帳戶金鑰。

bingSpellCheckSubscriptionKey?: string

屬性值

string

includeAllIntents

(選擇性) 判斷所有意圖是否都返回或只傳回前一個意圖。

includeAllIntents?: boolean

屬性值

boolean

includeInstanceData

(選擇性) 指出是否應該包含在回應中的實例資料的值。

includeInstanceData?: boolean

屬性值

boolean

log

(選擇性) 是否應該在 LUIS 中記錄查詢。

log?: boolean

屬性值

boolean

logPersonalInformation

(選擇性) 指定是否應該將個人資訊記錄在遙測中。

logPersonalInformation?: boolean

屬性值

boolean

spellCheck

(選擇性) 是否要進行拼字檢查查詢。

spellCheck?: boolean

屬性值

boolean

staging

(選擇性) 是否要使用預備端點。

staging?: boolean

屬性值

boolean

telemetryClient

(選擇性) 遙測用戶端。

telemetryClient?: BotTelemetryClient

屬性值

BotTelemetryClient

timezoneOffset

(選擇性) 解析日期時間的時區位移。

timezoneOffset?: number

屬性值

number

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

AbortSignalLike

繼承自 RequestOptionsBase.abortSignal

customHeaders

{object}[customHeaders]使用者定義自訂要求標頭,會在傳送要求之前套用。

customHeaders?: [key: string]: string

屬性值

[key: string]: string

繼承自 RequestOptionsBase.customHeaders

onDownloadProgress

下載進度時引發的回呼。

onDownloadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 RequestOptionsBase.onDownloadProgress

onUploadProgress

上傳進度時引發的回呼。

onUploadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 RequestOptionsBase.onUploadProgress

timeout

要求可能需要的毫秒數,才能自動終止。

timeout?: number

屬性值

number

繼承自 RequestOptionsBase.timeout

verbose

如果為 true,則傳回所有意圖,而不只是最高評分意圖。

verbose?: boolean

屬性值

boolean

繼承自 PredictionResolveOptionalParams.verbose