次の方法で共有


DynamicList コンストラクター

定義

オーバーロード

DynamicList()

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

DynamicList(String, IList<ListElement>)

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

DynamicList()

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

public DynamicList ();
Public Sub New ()

適用対象

DynamicList(String, IList<ListElement>)

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

public DynamicList (string entity, System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ListElement> requestLists);
new Microsoft.Bot.Builder.AI.LuisV3.DynamicList : string * System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ListElement> -> Microsoft.Bot.Builder.AI.LuisV3.DynamicList
Public Sub New (entity As String, requestLists As IList(Of ListElement))

パラメーター

entity
String

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

requestLists
IList<ListElement>

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

適用対象