英語で読む

次の方法で共有


DynamicList コンストラクター

定義

オーバーロード

DynamicList()

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

DynamicList(String, IList<ListElement>)

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

DynamicList()

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

public DynamicList ();

適用対象

DynamicList(String, IList<ListElement>)

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

public DynamicList (string entity, System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ListElement> requestLists);

パラメーター

entity
String

拡張するリスト エンティティの名前。

requestLists
IList<ListElement>

拡張リスト エンティティに追加するリスト。

適用対象