ReceiptItem Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| ReceiptItem() |
Initialiseert een nieuw exemplaar van de ReceiptItem klasse. |
| ReceiptItem(String, String, String, CardImage, String, String, CardAction) |
Initialiseert een nieuw exemplaar van de ReceiptItem klasse. |
ReceiptItem()
Initialiseert een nieuw exemplaar van de ReceiptItem klasse.
public ReceiptItem();
Public Sub New ()
Van toepassing op
ReceiptItem(String, String, String, CardImage, String, String, CardAction)
Initialiseert een nieuw exemplaar van de ReceiptItem klasse.
public ReceiptItem(string title = default, string subtitle = default, string text = default, Microsoft.Bot.Schema.CardImage image = default, string price = default, string quantity = default, Microsoft.Bot.Schema.CardAction tap = default);
new Microsoft.Bot.Schema.ReceiptItem : string * string * string * Microsoft.Bot.Schema.CardImage * string * string * Microsoft.Bot.Schema.CardAction -> Microsoft.Bot.Schema.ReceiptItem
Public Sub New (Optional title As String = Nothing, Optional subtitle As String = Nothing, Optional text As String = Nothing, Optional image As CardImage = Nothing, Optional price As String = Nothing, Optional quantity As String = Nothing, Optional tap As CardAction = Nothing)
Parameters
- title
- String
Titel van de kaart.
- subtitle
- String
Ondertitel wordt weergegeven net onder het veld Titel, verschilt alleen van Titel in lettertypestijl.
- text
- String
Het tekstveld wordt net onder de ondertitel weergegeven, verschilt alleen van Subtitel in lettertypestijl.
- image
- CardImage
Afbeelding.
- price
- String
Bedrag met valuta.
- quantity
- String
Aantal items van opgegeven soort.
- tap
- CardAction
Deze actie wordt geactiveerd wanneer de gebruiker op de itemballon tikt.