次の方法で共有


FacebookEntry クラス

定義

注意事項

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 FacebookEntry
[<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 FacebookEntry = class
Public Class FacebookEntry
継承
FacebookEntry
属性

コンストラクター

FacebookEntry()
古い.

Facebook メッセージ エントリを表します。

プロパティ

Changes
古い.

変更リストを取得します。

Id
古い.

ページ ID を取得または設定します。

Messaging
古い.

メッセージング リストを取得します。

Standby
古い.

スタンバイ メッセージの一覧を取得します。

Time
古い.

更新の時刻を取得または設定します。

メソッド

ShouldSerializeChanges()
古い.

プロパティを条件付きでシリアル化 Changes するための Newtonsoft JSON メソッド。

ShouldSerializeMessaging()
古い.

プロパティを条件付きでシリアル化 Messaging するための Newtonsoft JSON メソッド。

ShouldSerializeStandby()
古い.

プロパティを条件付きでシリアル化 Standby するための Newtonsoft JSON メソッド。

適用対象