SuggestedActions Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SuggestedActions() | |
SuggestedActions(IList<String>, IList<CardAction>) |
SuggestedActions()
public SuggestedActions ();
Public Sub New ()
Gilt für:
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)
Parameter
- actions
- IList<CardAction>