O365ConnectorCardImage 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
O365ConnectorCardImage() |
Initializes a new instance of the O365ConnectorCardImage class. |
O365ConnectorCardImage(String, String) |
Initializes a new instance of the O365ConnectorCardImage class. |
O365ConnectorCardImage()
Initializes a new instance of the O365ConnectorCardImage class.
public O365ConnectorCardImage ();
Public Sub New ()
Applies to
O365ConnectorCardImage(String, String)
Initializes a new instance of the O365ConnectorCardImage class.
public O365ConnectorCardImage (string image = default, string title = default);
new Microsoft.Bot.Schema.Teams.O365ConnectorCardImage : string * string -> Microsoft.Bot.Schema.Teams.O365ConnectorCardImage
Public Sub New (Optional image As String = Nothing, Optional title As String = Nothing)
Parameters
- image
- String
URL for the image.
- title
- String
Alternative text for the image.