Jaa


AttachmentPayload.Buttons Property

Definition

Gets a list of buttons of the template.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Button> Buttons { get; }
member this.Buttons : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Button>
Public ReadOnly Property Buttons As List(Of Button)

Property Value

The list of buttons of the template.

Applies to