Message クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 API経由でメッセージを送信する際に使われる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 Message
[<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 Message = class
Public Class Message
- 継承
-
Message
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| Message() |
古い.
Facebook API経由でメッセージを送信する際に使われるFacebookメッセージオブジェクト。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Attachment |
古い.
アタッチメントを手に入れたり設定したりします。 |
| Attachments |
古い.
添付ファイルのリストを手に入れます。 |
| IsEcho |
古い.
メッセージがページ自体から送信されたかどうかを示す値を取得または設定します。 |
| Metadata |
古い.
メタデータを取得または設定します。 |
| Mid |
古い.
メッセージ ID を取得または設定します。 |
| QuickReplies |
古い.
すぐに返信がもらえます。 |
| StickerId |
古い.
ステッカーIDを取得または設定します。 |
| Text |
古い.
メッセージのテキストを受信または設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| ShouldSerializeAttachments() |
古い.
Newtonsoft JSONメソッドで、 Attachments プロパティを条件付きシリアライズするためのものです。 |
| ShouldSerializeIsEcho() |
古い.
Newtonsoft JSONメソッドで、 IsEcho プロパティを条件付きシリアライズするためのものです。 |
| ShouldSerializeQuickReplies() |
古い.
Newtonsoft JSONメソッドで、 QuickReplies プロパティを条件付きシリアライズするためのものです。 |