Sdílet prostřednictvím


WebexClientWrapper Třída

Definice

Upozornění

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.

Klient pro interakci s rozhraním TEAMS API Webex.

[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
Dědičnost
WebexClientWrapper
Atributy

Konstruktory

WebexClientWrapper(WebexClientWrapperOptions)
Zastaralé.

Inicializuje novou instanci WebexClientWrapper třídy . Vytvoří obálku klienta Webex. Úplnou definici povolených parametrů najdete v tématu WebexClientWrapperOptions .

Vlastnosti

Options
Zastaralé.

Získá kolekci možností pro adaptér.

Metody

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

Zabalí metodu CreateMessageAsync rozhraní Webex API.

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

Vytvoří zprávu s přílohami.

DeleteMessageAsync(String, CancellationToken)
Zastaralé.

Zabalí metodu DeleteMessageAsync rozhraní Webex API.

GetAttachmentActionAsync(String, CancellationToken)
Zastaralé.

Zobrazuje podrobnosti o akci přílohy podle ID.

GetMeAsync(CancellationToken)
Zastaralé.

Zabalí metodu GetMeAsync rozhraní Webex API.

GetMessageAsync(String, CancellationToken)
Zastaralé.

Zabalí metodu GetMessageAsync rozhraní Webex API.

ValidateSignature(HttpRequest, String)
Zastaralé.

Ověří místní tajný klíč oproti tajnému klíči získanému z hlavičky požadavku.

Platí pro