CardImage.Tap Property

Definition

Gets or sets action assigned to specific Attachment.

public Microsoft.Bot.Schema.CardAction Tap { get; set; }
member this.Tap : Microsoft.Bot.Schema.CardAction with get, set
Public Property Tap As CardAction

Property Value

The action assigned to the specific attachment.

Applies to