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>
要追加到扩展列表实体上的列表。