ThumbnailCard.Buttons プロパティ

定義

現在のカードに適用できる一連のアクションを取得または設定します。

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

プロパティ値

現在のカードに適用されるアクション。

適用対象