次の方法で共有


Button クラス

定義

注意事項

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 を取得または設定します。

適用対象