WebexMessageRequest 类

定义

注意

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 消息时收到的有效负载。

[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
已过时.

获取或设置消息的会议室 ID。

Text
已过时.

获取或设置消息的文本。

ToPersonEmail
已过时.

获取或设置发送私人 1:1 消息时收件人的电子邮件地址。

ToPersonId
已过时.

获取或设置发送私人 1:1 消息时收件人的人员 ID。

方法

ShouldSerializeFiles()
已过时.

检查是否应序列化 Files 属性。

适用于