共用方式為


Message 類別

定義

警告

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
已淘汰.

取得或設定訊息識別碼。

QuickReplies
已淘汰.

取得快速回復。

StickerId
已淘汰.

取得或設定貼紙識別碼。

Text
已淘汰.

取得或設定訊息的文字。

方法

ShouldSerializeAttachments()
已淘汰.

Newtonsoft JSON 方法,用於有條件地序列化 Attachments 屬性。

ShouldSerializeIsEcho()
已淘汰.

Newtonsoft JSON 方法,用於有條件地序列化 IsEcho 屬性。

ShouldSerializeQuickReplies()
已淘汰.

Newtonsoft JSON 方法,用於有條件地序列化 QuickReplies 屬性。

適用於