Share via


WebexClientWrapper Klasse

Definition

Achtung

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.

Ein Client für die Interaktion mit der 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
Vererbung
WebexClientWrapper
Attribute

Konstruktoren

WebexClientWrapper(WebexClientWrapperOptions)
Veraltet.

Initialisiert eine neue Instanz der WebexClientWrapper-Klasse. Erstellt einen Webex-Clientwrapper. Eine vollständige Definition der zulässigen Parameter finden Sie WebexClientWrapperOptions unter.

Eigenschaften

Options
Veraltet.

Ruft die Optionsauflistung für den Adapter ab.

Methoden

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

Umschließt die CreateMessageAsync-Methode der Webex-API.

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

Erstellt eine Nachricht mit Anlagen.

DeleteMessageAsync(String, CancellationToken)
Veraltet.

Umschließt die DeleteMessageAsync-Methode der Webex-API.

GetAttachmentActionAsync(String, CancellationToken)
Veraltet.

Zeigt Details für eine Anlageaktion nach ID an.

GetMeAsync(CancellationToken)
Veraltet.

Umschließt die GetMeAsync-Methode der Webex-API.

GetMessageAsync(String, CancellationToken)
Veraltet.

Umschließt die GetMessageAsync-Methode der Webex-API.

ValidateSignature(HttpRequest, String)
Veraltet.

Überprüft das lokale Geheimnis anhand des aus dem Anforderungsheader abgerufenen Geheimnisses.

Gilt für: