Share via


LuisPredictionOptions.Slot Property

Definition

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

public string Slot { get; set; }
member this.Slot : string with get, set
Public Property Slot As String

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