OAuthCard 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
OAuthCard() | |
OAuthCard(String, String, IList<CardAction>) |
OAuthCard()
public OAuthCard ();
Public Sub New ()
Applies to
OAuthCard(String, String, IList<CardAction>)
public OAuthCard (string text = default, string connectionName = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> buttons = default);
new Microsoft.Bot.Connector.OAuthCard : string * string * System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> -> Microsoft.Bot.Connector.OAuthCard
Public Sub New (Optional text As String = Nothing, Optional connectionName As String = Nothing, Optional buttons As IList(Of CardAction) = Nothing)
Parameters
- text
- String
- connectionName
- String
- buttons
- IList<CardAction>