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
已过时.

获取或设置角色 ID。

PostBack
已过时.

获取或设置回发属性的值。

Reads
已过时.

获取或设置 message_reads 属性的内容。

Recipient
已过时.

获取或设置收件人的 ID。

Referral
已过时.

获取或设置messaging_referrals事件中引用属性的值。

RequestThreadControl
已过时.

获取或设置 request_thread_control 属性的内容。

Sender
已过时.

获取或设置发送方的 ID。

SenderAction
已过时.

获取或设置发送方操作。

Tag
已过时.

获取或设置消息的标记。

TakeThreadControl
已过时.

获取或设置 take_thread_control 属性的内容。

TimeStamp
已过时.

获取或设置时间戳。

适用于