共用方式為


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
已淘汰.

取得或設定頁面識別碼。

Messaging
已淘汰.

取得傳訊清單。

Standby
已淘汰.

取得待命訊息清單。

Time
已淘汰.

取得或設定更新的時間。

方法

ShouldSerializeChanges()
已淘汰.

Newtonsoft JSON 方法,用於有條件地序列化 Changes 屬性。

ShouldSerializeMessaging()
已淘汰.

Newtonsoft JSON 方法,用於有條件地序列化 Messaging 屬性。

ShouldSerializeStandby()
已淘汰.

Newtonsoft JSON 方法,用於有條件地序列化 Standby 屬性。

適用於