다음을 통해 공유


DynamicList.List 속성

정의

확장 목록 엔터티에 추가할 목록을 가져오거나 설정합니다.

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)

속성 값

확장 목록 엔터티에 추가할 목록입니다.

적용 대상