Condividi tramite


WebexClientWrapper Classe

Definizione

Attenzione

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.

Un client per interagire con 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
Ereditarietà
WebexClientWrapper
Attributi

Costruttori

WebexClientWrapper(WebexClientWrapperOptions)
Obsoleti.

Inizializza una nuova istanza della classe WebexClientWrapper. Crea un wrapper client Webex. Vedere WebexClientWrapperOptions per una definizione completa dei parametri consentiti.

Proprietà

Options
Obsoleti.

Ottiene la raccolta di opzioni per l'adapter.

Metodi

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

Esegue il wrapping del metodo CreateMessageAsync dell'API Webex.

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

Crea un messaggio con allegati.

DeleteMessageAsync(String, CancellationToken)
Obsoleti.

Esegue il wrapping del metodo DeleteMessageAsync dell'API Webex.

GetAttachmentActionAsync(String, CancellationToken)
Obsoleti.

Mostra i dettagli per un'azione di allegato, in base all'ID.

GetMeAsync(CancellationToken)
Obsoleti.

Esegue il wrapping del metodo GetMeAsync dell'API Webex.

GetMessageAsync(String, CancellationToken)
Obsoleti.

Esegue il wrapping del metodo GetMessageAsync dell'API Webex.

ValidateSignature(HttpRequest, String)
Obsoleti.

Convalida il segreto locale rispetto a quello ottenuto dall'intestazione della richiesta.

Si applica a