共用方式為


LuisPredictionOptions.Log 屬性

定義

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

public bool? Log { get; set; }
member this.Log : Nullable<bool> with get, set
Public Property Log As Nullable(Of Boolean)

屬性值

如果查詢應該記錄在 LUIS 中,以協助透過主動式學習建置更好的模型。

備註

預設值是將查詢記錄到 LUIS,以支援主動式學習。 預設為 Luis 設定設為 null。

適用於