KeyboardCard(String, IList<CardAction>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キーボード カードのインスタンスを構築します。
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>
キーボードのボタン。