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