CardImage Constructors
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.
Overloads
CardImage() |
Initializes a new instance of the CardImage class. |
CardImage(String, String, CardAction) |
Initializes a new instance of the CardImage class. |
CardImage()
Initializes a new instance of the CardImage class.
public CardImage ();
Public Sub New ()
Applies to
CardImage(String, String, CardAction)
Initializes a new instance of the CardImage class.
public CardImage (string url = default, string alt = default, Microsoft.Bot.Schema.CardAction tap = default);
new Microsoft.Bot.Schema.CardImage : string * string * Microsoft.Bot.Schema.CardAction -> Microsoft.Bot.Schema.CardImage
Public Sub New (Optional url As String = Nothing, Optional alt As String = Nothing, Optional tap As CardAction = Nothing)
Parameters
- url
- String
URL thumbnail image for major content property.
- alt
- String
Image description intended for screen readers.
- tap
- CardAction
Action assigned to specific Attachment.