इसके माध्यम से साझा किया गया


BasicCard.Tap Property

Definition

Gets or sets this action will be activated when user taps on the card itself.

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 that will activate when user taps card.

Applies to