Partager via


WebexClientWrapper Classe

Définition

Attention

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.

Client pour interagir avec l’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
Héritage
WebexClientWrapper
Attributs

Constructeurs

WebexClientWrapper(WebexClientWrapperOptions)
Obsolète.

Initialise une nouvelle instance de la classe WebexClientWrapper. Crée un wrapper client Webex. Consultez WebexClientWrapperOptions pour obtenir une définition complète des paramètres autorisés.

Propriétés

Options
Obsolète.

Obtient la collection d’options pour l’adaptateur.

Méthodes

CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken)
Obsolète.

Encapsule la méthode CreateMessageAsync de l’API Webex.

CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken)
Obsolète.

Crée un message avec des pièces jointes.

DeleteMessageAsync(String, CancellationToken)
Obsolète.

Encapsule la méthode DeleteMessageAsync de l’API Webex.

GetAttachmentActionAsync(String, CancellationToken)
Obsolète.

Affiche les détails d’une action de pièce jointe, par ID.

GetMeAsync(CancellationToken)
Obsolète.

Encapsule la méthode GetMeAsync de l’API Webex.

GetMessageAsync(String, CancellationToken)
Obsolète.

Encapsule la méthode GetMessageAsync de l’API Webex.

ValidateSignature(HttpRequest, String)
Obsolète.

Valide le secret local par rapport à celui obtenu à partir de l’en-tête de requête.

S’applique à