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() |
古い.
プロパティを条件付きでシリアル化 Attachments するための Newtonsoft JSON メソッド。 |
| ShouldSerializeIsEcho() |
古い.
プロパティを条件付きでシリアル化 IsEcho するための Newtonsoft JSON メソッド。 |
| ShouldSerializeQuickReplies() |
古い.
プロパティを条件付きでシリアル化 QuickReplies するための Newtonsoft JSON メソッド。 |