SuggestedActions Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
SuggestedActions() | |
SuggestedActions(IList<String>, IList<CardAction>) |
SuggestedActions()
public SuggestedActions ();
Public Sub New ()
Van toepassing op
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>