Share via


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>

키보드의 단추입니다.

적용 대상