Udostępnij za pośrednictwem


DynamicList Konstruktory

Definicja

Przeciążenia

DynamicList()

Inicjuje nowe wystąpienie klasy DynamicList.

DynamicList(String, IList<ListElement>)

Inicjuje nowe wystąpienie klasy DynamicList.

DynamicList()

Inicjuje nowe wystąpienie klasy DynamicList.

public DynamicList ();
Public Sub New ()

Dotyczy

DynamicList(String, IList<ListElement>)

Inicjuje nowe wystąpienie klasy 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))

Parametry

entity
String

Nazwa jednostki listy do rozszerzenia.

requestLists
IList<ListElement>

Listy do dołączenia do jednostki listy rozszerzonej.

Dotyczy