Share via


KeyboardCard(String, IList<CardAction>) Constructor

Definition

Constructs an instance of the keyboard card.

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

Parameters

text
String

The keyboard text.

buttons
IList<CardAction>

The buttons in keyboard.

Applies to