次の方法で共有


LuisPredictionOptions コンストラクター

定義

オーバーロード

LuisPredictionOptions()

LuisPredictionOptions クラスの新しいインスタンスを初期化します。

LuisPredictionOptions(LuisPredictionOptions)

既存のインスタンスを使用して LuisPredictionOptions クラスの新しいインスタンスを初期化します。

LuisPredictionOptions()

LuisPredictionOptions クラスの新しいインスタンスを初期化します。

public LuisPredictionOptions ();
Public Sub New ()

適用対象

LuisPredictionOptions(LuisPredictionOptions)

既存のインスタンスを使用して LuisPredictionOptions クラスの新しいインスタンスを初期化します。

public LuisPredictionOptions (Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions other);
new Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions : Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions -> Microsoft.Bot.Builder.AI.LuisV3.LuisPredictionOptions
Public Sub New (other As LuisPredictionOptions)

パラメーター

other
LuisPredictionOptions

値のソース。

適用対象