LuisAdaptivePredictionOptions.Slot 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.
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.