WebexClientWrapper Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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 do interakcji z interfejsem API aplikacji 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
- Dziedziczenie
-
WebexClientWrapper
- Atrybuty
Konstruktory
| WebexClientWrapper(WebexClientWrapperOptions) |
Przestarzałe.
Inicjuje nowe wystąpienie klasy WebexClientWrapper. Tworzy otokę klienta webex. Zobacz WebexClientWrapperOptions , aby uzyskać pełną definicję dozwolonych parametrów. |
Właściwości
| Options |
Przestarzałe.
Pobiera kolekcję opcji dla karty. |
Metody
| CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken) |
Przestarzałe.
Zawija metodę CreateMessageAsync interfejsu API webex. |
| CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken) |
Przestarzałe.
Tworzy komunikat z załącznikami. |
| DeleteMessageAsync(String, CancellationToken) |
Przestarzałe.
Zawija metodę DeleteMessageAsync interfejsu API webex. |
| GetAttachmentActionAsync(String, CancellationToken) |
Przestarzałe.
Pokazuje szczegóły akcji załącznika według identyfikatora. |
| GetMeAsync(CancellationToken) |
Przestarzałe.
Zawija metodę GetMeAsync interfejsu API webex. |
| GetMessageAsync(String, CancellationToken) |
Przestarzałe.
Zawija metodę GetMessageAsync interfejsu API webex. |
| ValidateSignature(HttpRequest, String) |
Przestarzałe.
Sprawdza poprawność lokalnego wpisu tajnego względem klucza uzyskanego z nagłówka żądania. |