次の方法で共有


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)

プロパティ値

拡張リスト エンティティに追加するリスト。

適用対象