Share via


DynamicList.List Property

Definition

Gets or sets the lists to append on the extended list entity.

public System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ListElement> List { get; set; }
member this.List : System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ListElement> with get, set
Public Property List As IList(Of ListElement)

Property Value

The lists to append on the extended list entity.

Applies to