ReceiptItem.Tap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets this action will be activated when user taps on the Item bubble.
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 the user taps on the Item bubble.