SuggestedActions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>