次の方法で共有


SuggestedActions コンストラクター

定義

オーバーロード

SuggestedActions()
SuggestedActions(IList<String>, IList<CardAction>)

SuggestedActions()

public SuggestedActions ();
Public Sub New ()

適用対象

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)

パラメーター

actions
IList<CardAction>

適用対象