LuisAdaptiveRecognizer.PredictionOptions Property

Definition

Caution

You should use Options instead as it supports expression properties.

Gets or sets LUIS prediction options.

[System.Obsolete("You should use Options instead as it supports expression properties.")]
public Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions PredictionOptions { get; set; }
[<System.Obsolete("You should use Options instead as it supports expression properties.")>]
member this.PredictionOptions : Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions with get, set
Public Property PredictionOptions As LuisPredictionOptions

Property Value

Prediction options for backward compat code.

Attributes

Applies to