DynamicList.List Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.