WebexMessageRequest 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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.
表示當 Webex 訊息傳送至 Bot 時所收到的承載。
[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 WebexMessageRequest
[<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 WebexMessageRequest = class
Public Class WebexMessageRequest
- 繼承
-
WebexMessageRequest
- 屬性
建構函式
WebexMessageRequest() |
已淘汰.
初始化 WebexMessageRequest 類別的新執行個體。 表示建立含有附件的郵件所需的要求。 |
屬性
Attachments |
已淘汰.
取得或設定要附加至郵件的內容附件。 |
Files |
已淘汰.
取得要張貼到會議室之二進位檔案的 URI。 每個訊息只允許一個檔案。 |
Markdown |
已淘汰.
取得或設定 Markdown 格式的訊息。 |
RoomId |
已淘汰.
取得或設定訊息的空間識別碼。 |
Text |
已淘汰.
取得或設定訊息的文字。 |
ToPersonEmail |
已淘汰.
取得或設定傳送私人 1:1 郵件時收件者的電子郵件地址。 |
ToPersonId |
已淘汰.
取得或設定傳送私人 1:1 訊息時收件者的人員識別碼。 |
方法
ShouldSerializeFiles() |
已淘汰.
檢查是否應該序列化 Files 屬性。 |