次の方法で共有


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。 バージョンを指定すると、スロットの代わりにアプリケーションのプライベート バージョンが使用されます。

適用対象