O365ConnectorCard 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
O365ConnectorCard() |
Initializes a new instance of the O365ConnectorCard class. |
O365ConnectorCard(String, String, String, String, IList<O365ConnectorCardSection>, IList<O365ConnectorCardActionBase>) |
Initializes a new instance of the O365ConnectorCard class. |
O365ConnectorCard()
Initializes a new instance of the O365ConnectorCard class.
public O365ConnectorCard ();
Public Sub New ()
Applies to
O365ConnectorCard(String, String, String, String, IList<O365ConnectorCardSection>, IList<O365ConnectorCardActionBase>)
Initializes a new instance of the O365ConnectorCard class.
public O365ConnectorCard (string title = default, string text = default, string summary = default, string themeColor = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardSection> sections = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase> potentialAction = default);
new Microsoft.Bot.Schema.Teams.O365ConnectorCard : string * string * string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardSection> * System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase> -> Microsoft.Bot.Schema.Teams.O365ConnectorCard
Public Sub New (Optional title As String = Nothing, Optional text As String = Nothing, Optional summary As String = Nothing, Optional themeColor As String = Nothing, Optional sections As IList(Of O365ConnectorCardSection) = Nothing, Optional potentialAction As IList(Of O365ConnectorCardActionBase) = Nothing)
Parameters
- title
- String
Title of the item.
- text
- String
Text for the card.
- summary
- String
Summary for the card.
- themeColor
- String
Theme color for the card.
- sections
- IList<O365ConnectorCardSection>
Set of sections for the current card.
- potentialAction
- IList<O365ConnectorCardActionBase>
Set of actions for the current card.