Compartir a través de


AudioCard.Buttons Propiedad

Definición

Obtiene o establece acciones en esta tarjeta.

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 de propiedad

Las acciones de esta tarjeta.

Se aplica a