共用方式為


LuisPredictionOptions 類別

定義

LUIS 預測要求的選擇性參數。

public class LuisPredictionOptions
type LuisPredictionOptions = class
Public Class LuisPredictionOptions
繼承
LuisPredictionOptions

建構函式

LuisPredictionOptions()

LUIS 預測要求的選擇性參數。

屬性

BingSpellCheckSubscriptionKey

取得或設定 Bing 拼字檢查訂用帳戶金鑰。

IncludeAllIntents

取得或設定所有意圖都會返回或只傳回前一個意圖。

IncludeInstanceData

取得或設定值,指出是否應該在回應中包含實例資料。

Log

取得或設定查詢是否應該記錄在 LUIS 中。

LogPersonalInformation
已淘汰.

取得或設定值,指出是否要將來自使用者的個人資訊記錄到遙測。

SpellCheck

取得或設定是否要進行拼字檢查查詢。

Staging

取得或設定是否要使用預備端點。

TelemetryClient
已淘汰.

取得或設定用來記錄 LuisResult 事件的 IBotTelemetryClient。

Timeout
已淘汰.

取得或設定在要求逾時之前要等候的時間以毫秒為單位。

TimezoneOffset

取得或設定時區位移。

適用於