DynamicList コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DynamicList() |
DynamicList クラスの新しいインスタンスを初期化します。 |
DynamicList(String, IList<ListElement>) |
DynamicList クラスの新しいインスタンスを初期化します。 |
DynamicList()
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>
拡張リスト エンティティに追加するリスト。