WebexClientWrapper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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 Teams API 交互的客户端。
[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 WebexClientWrapper
[<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 WebexClientWrapper = class
Public Class WebexClientWrapper
- 继承
-
WebexClientWrapper
- 属性
构造函数
| WebexClientWrapper(WebexClientWrapperOptions) |
已过时.
初始化 WebexClientWrapper 类的新实例。 创建 Webex 客户端包装器。 有关允许的参数的完整定义,请参阅 WebexClientWrapperOptions 。 |
属性
| Options |
已过时.
获取适配器的选项集合。 |
方法
| CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken) |
已过时.
包装 Webex API 的 CreateMessageAsync 方法。 |
| CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken) |
已过时.
创建包含附件的邮件。 |
| DeleteMessageAsync(String, CancellationToken) |
已过时.
包装 Webex API 的 DeleteMessageAsync 方法。 |
| GetAttachmentActionAsync(String, CancellationToken) |
已过时.
按 ID 显示附件操作的详细信息。 |
| GetMeAsync(CancellationToken) |
已过时.
包装 Webex API 的 GetMeAsync 方法。 |
| GetMessageAsync(String, CancellationToken) |
已过时.
包装 Webex API 的 GetMessageAsync 方法。 |
| ValidateSignature(HttpRequest, String) |
已过时.
根据从请求标头获取的机密验证本地机密。 |