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>

键盘中的按钮。

适用于