次の方法で共有


LuisPredictionOptions.Log プロパティ

定義

LUIS でクエリをログに記録する必要があるかどうかを取得または設定します。

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

プロパティ値

クエリを LUIS に記録する必要がある場合。

適用対象