Freigeben über


KeyboardCard(String, IList<CardAction>) Konstruktor

Definition

Erstellt eine Instanz der Tastaturkarte.

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

Parameter

text
String

Der Tastaturtext.

buttons
IList<CardAction>

Die Schaltflächen auf der Tastatur.

Gilt für: