MessagingExtensionSuggestedAction 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
MessagingExtensionSuggestedAction() |
Initializes a new instance of the MessagingExtensionSuggestedAction class. |
MessagingExtensionSuggestedAction(IList<CardAction>) |
Initializes a new instance of the MessagingExtensionSuggestedAction class. |
MessagingExtensionSuggestedAction()
Initializes a new instance of the MessagingExtensionSuggestedAction class.
public MessagingExtensionSuggestedAction ();
Public Sub New ()
Applies to
MessagingExtensionSuggestedAction(IList<CardAction>)
Initializes a new instance of the MessagingExtensionSuggestedAction class.
public MessagingExtensionSuggestedAction (System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> actions = default);
new Microsoft.Bot.Schema.Teams.MessagingExtensionSuggestedAction : System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> -> Microsoft.Bot.Schema.Teams.MessagingExtensionSuggestedAction
Public Sub New (Optional actions As IList(Of CardAction) = Nothing)
Parameters
- actions
- IList<CardAction>
Actions.