Поделиться через


WebexClientWrapper Класс

Определение

Внимание!

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.

Клиент для взаимодействия с API Webex Teams.

[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)
Устаревшие..

Создает оболочку для метода CreateMessageAsync API Webex.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)
Устаревшие..

Создает сообщение с вложениями.

DeleteMessageAsync(String, CancellationToken)
Устаревшие..

Заключает в оболочку метод DeleteMessageAsync API Webex.

GetAttachmentActionAsync(String, CancellationToken)
Устаревшие..

Показывает сведения о действии вложения по идентификатору.

GetMeAsync(CancellationToken)
Устаревшие..

Упаковывает метод GetMeAsync API Webex.

GetMessageAsync(String, CancellationToken)
Устаревшие..

Упаковывает метод GetMessageAsync API Webex.

ValidateSignature(HttpRequest, String)
Устаревшие..

Проверяет локальный секрет по секрету, полученному из заголовка запроса.

Применяется к