Share via


CardImage Constructors

Definition

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.

Applies to