Button クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
Facebook ボタン オブジェクト。
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class Button
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type Button = class
Public Class Button
- 継承
-
Button
- 属性
コンストラクター
| Button() |
古い.
Facebook ボタン オブジェクト。 |
プロパティ
| Payload |
古い.
webhook に送信される文字列を取得または設定します。 |
| Title |
古い.
ボタンのタイトルを取得または設定します。 |
| Type |
古い.
ボタンの種類を取得または設定します。 |
| Url |
古い.
ボタンの URL を取得または設定します。 |