Compartilhar via


AnimationCard.Buttons Propriedade

Definição

Obtém ou define ações neste cartão.

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)

Valor da propriedade

As ações neste cartão.

Aplica-se a