LuisAdaptivePredictionOptions.Slot 属性

定义

获取或设置要用于应用程序的 LUIS 槽。

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

属性值

要用于应用程序的 LUIS 槽。

注解

默认情况下,它使用生产槽。 可以在 中找到 LuisSlot其他标准槽。 如果指定版本,则使用应用程序的专用版本而不是槽。

适用于