Compartir a través de


KeyboardCard(String, IList<CardAction>) Constructor

Definición

Construye una instancia de la tarjeta de teclado.

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))

Parámetros

text
String

Texto del teclado.

buttons
IList<CardAction>

Botones en el teclado.

Se aplica a