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ウェブフックイベントに関連する情報を表現します。 詳細は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 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
古い.

オプティンプロパティの値を取得または設定します。

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
古い.

タイムスタンプを取得または設定します。

適用対象