FacebookMessage クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 |
古い.
タイムスタンプを取得または設定します。 |