共用方式為


FacebookMessage 類別

定義

警告

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 Webhook 事件相關聯的資訊。 如需詳細資訊,請參閱 Facebook Webhook 事件參考

[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 FacebookMessage
[<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 FacebookMessage = class
Public Class FacebookMessage
繼承
FacebookMessage
屬性

建構函式

FacebookMessage(String, Message, String, String, String, String, String, String)
已淘汰.

初始化 FacebookMessage 類別的新執行個體。

屬性

IsStandby
已淘汰.

取得或設定值,指出是否在待命模式中收到訊息。

Message
已淘汰.

取得或設定要傳送的訊息。

MessagingType
已淘汰.

取得或設定傳訊類型。

NotificationType
已淘汰.

取得或設定通知類型。

OptIn
已淘汰.

取得或設定 optin 屬性的值。

PassThreadControl
已淘汰.

取得或設定 pass_thread_control 屬性的內容。

PersonaId
已淘汰.

取得或設定角色識別碼。

PostBack
已淘汰.

取得或設定回傳屬性的值。

Reads
已淘汰.

取得或設定 message_reads 屬性的內容。

Recipient
已淘汰.

取得或設定收件者的識別碼。

Referral
已淘汰.

取得或設定messaging_referrals事件中的轉介屬性值。

RequestThreadControl
已淘汰.

取得或設定 request_thread_control 屬性的內容。

Sender
已淘汰.

取得或設定傳送者的識別碼。

SenderAction
已淘汰.

取得或設定傳送者動作。

Tag
已淘汰.

取得或設定訊息的標記。

TakeThreadControl
已淘汰.

取得或設定 take_thread_control 屬性的內容。

TimeStamp
已淘汰.

取得或設定時間戳記。

適用於