次の方法で共有


KeyboardCard(String, IList<CardAction>) コンストラクター

定義

キーボード カードのインスタンスを構築します。

public KeyboardCard (string text, System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> buttons);
new Microsoft.Bot.Builder.ConnectorEx.KeyboardCard : string * System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> -> Microsoft.Bot.Builder.ConnectorEx.KeyboardCard
Public Sub New (text As String, buttons As IList(Of CardAction))

パラメーター

text
String

キーボード テキスト。

buttons
IList<CardAction>

キーボードのボタン。

適用対象