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) |
已淘汰.
依識別碼顯示附件動作的詳細資料。 |
GetMeAsync(CancellationToken) |
已淘汰.
包裝 Webex API 的 GetMeAsync 方法。 |
GetMessageAsync(String, CancellationToken) |
已淘汰.
包裝 Webex API 的 GetMessageAsync 方法。 |
ValidateSignature(HttpRequest, String) |
已淘汰.
根據從要求標頭取得的秘密驗證本機密碼。 |