Jaa


WebexClientWrapper Class

Definition

Caution

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.

A client for interacting with the 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
Inheritance
WebexClientWrapper
Attributes

Constructors

WebexClientWrapper(WebexClientWrapperOptions)

Initializes a new instance of the WebexClientWrapper class. Creates a Webex Client Wrapper. See WebexClientWrapperOptions for a full definition of the allowed parameters.

Properties

Options

Gets the options collection for the adapter.

Methods

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)

Wraps Webex API's CreateMessageAsync method.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)

Creates a message with attachments.

DeleteMessageAsync(String, CancellationToken)

Wraps Webex API's DeleteMessageAsync method.

GetAttachmentActionAsync(String, CancellationToken)

Shows details for an attachment action, by ID.

GetMeAsync(CancellationToken)

Wraps Webex API's GetMeAsync method.

GetMessageAsync(String, CancellationToken)

Wraps Webex API's GetMessageAsync method.

ValidateSignature(HttpRequest, String)

Validates the local secret against the one obtained from the request header.

Applies to