共用方式為


LuisPredictionOptions 類別

定義

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

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

建構函式

LuisPredictionOptions()

初始化 LuisPredictionOptions 類別的新執行個體。

LuisPredictionOptions(LuisPredictionOptions)

從現有的執行個體初始化 LuisPredictionOptions 類別的新執行個體。

屬性

DateTimeReference

取得或設定 datetimeV2 位移。 datetimeReference 的格式為 ISO 8601。

DynamicLists

取得或設定用來辨識特定查詢之實體的動態清單。

ExternalEntities

取得或設定查詢中辨識的外部實體。

IncludeAllIntents

取得或設定值,指出所有意圖都會返回,還是只傳回前一個意圖。

IncludeAPIResults
已淘汰.

取得或設定值,指出是否應該包含 API 結果。

IncludeInstanceData

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

Log

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

PreferExternalEntities

取得或設定值,指出外部實體是否應該覆寫辨識實體的其他方法。

Slot

取得或設定要用於應用程式的 LUIS 位置。

Version

取得或設定要存取之應用程式的特定版本。

適用於