TabResponseCards.Cards 属性

定义

获取或设置此卡片选项卡响应的自适应卡片。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TabResponseCard> Cards { get; set; }
member this.Cards : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TabResponseCard> with get, set
Public Property Cards As IList(Of TabResponseCard)

属性值

TabResponse的卡片。

适用于