LuisPredictionOptions.IncludeAPIResults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Member is deprecated, please use LuisRecognizerOptionsV3 to set this value).
Gets or sets a value indicating whether API results should be included.
[System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV3 to set this value).")]
public bool IncludeAPIResults { get; set; }
[<System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV3 to set this value).")>]
member this.IncludeAPIResults : bool with get, set
Public Property IncludeAPIResults As Boolean
Property Value
True to include API results.
- Attributes
Remarks
This is mainly useful for testing or getting access to LUIS features not yet in the SDK.