Share via


LuisPredictionOptions.Log Property

Definition

Gets or sets a value indicating whether queries should be logged in LUIS.

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

Property Value

If queries should be logged in LUIS in order to help build better models through active learning.

Remarks

The default is to log queries to LUIS in order to support active learning. To default to the Luis setting set to null.

Applies to