Share via


LuisAdaptivePredictionOptions.Slot Property

Definition

Gets or sets the LUIS slot to use for the application.

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

Property Value

The LUIS slot to use for the application.

Remarks

By default this uses the production slot. You can find other standard slots in LuisSlot. If you specify a Version, then a private version of the application is used instead of a slot.

Applies to