Share via


LuisAdaptivePredictionOptions.IncludeAPIResults Property

Definition

Gets or sets a value indicating whether API results should be included.

public AdaptiveExpressions.Properties.BoolExpression IncludeAPIResults { get; set; }
member this.IncludeAPIResults : AdaptiveExpressions.Properties.BoolExpression with get, set
Public Property IncludeAPIResults As BoolExpression

Property Value

True to include API results.

Remarks

This is mainly useful for testing or getting access to LUIS features not yet in the SDK.

Applies to