KeyboardCard(String, IList<CardAction>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.