Dela via


WebexClientWrapper Klass

Definition

Varning

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.

En klient för att interagera med 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
Arv
WebexClientWrapper
Attribut

Konstruktorer

WebexClientWrapper(WebexClientWrapperOptions)
Föråldrad.

Initierar en ny instans av WebexClientWrapper klassen. Skapar en Webex-klientomslutning. Se WebexClientWrapperOptions en fullständig definition av de tillåtna parametrarna.

Egenskaper

Options
Föråldrad.

Hämtar alternativsamlingen för adaptern.

Metoder

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)
Föråldrad.

Omsluter Webex API:s CreateMessageAsync-metod.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)
Föråldrad.

Skapar ett meddelande med bifogade filer.

DeleteMessageAsync(String, CancellationToken)
Föråldrad.

Omsluter Webex API:s DeleteMessageAsync-metod.

GetAttachmentActionAsync(String, CancellationToken)
Föråldrad.

Visar information om en åtgärd för bifogade filer efter ID.

GetMeAsync(CancellationToken)
Föråldrad.

Omsluter Webex API:s GetMeAsync-metod.

GetMessageAsync(String, CancellationToken)
Föråldrad.

Omsluter Webex API:s GetMessageAsync-metod.

ValidateSignature(HttpRequest, String)
Föråldrad.

Validerar den lokala hemligheten mot den som hämtas från begärandehuvudet.

Gäller för