LuisRecognizerOptions.IncludeAPIResults Property

Definition

Gets or sets a value indicating whether flag to indicate if full results from the LUIS API should be returned with the recognizer result.

public bool IncludeAPIResults { get; set; }
member this.IncludeAPIResults : bool with get, set
Public Property IncludeAPIResults As Boolean

Property Value

A value indicating whether full results from the LUIS API should be returned with the recognizer result.

Applies to