LuisRecognizerOptionsV3.PredictionOptions Property

Definition

Gets or sets the Luis Prediction Options for the V3 endpoint.

public Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions PredictionOptions { get; set; }
member this.PredictionOptions : Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions with get, set
Public Property PredictionOptions As LuisPredictionOptions

Property Value

This settings will be used to call Luis.

Applies to