SlackClientWrapper Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
[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 SlackClientWrapper
[<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 SlackClientWrapper = class
Public Class SlackClientWrapper
- Héritage
-
SlackClientWrapper
- Attributs
Constructeurs
SlackClientWrapper(SlackClientWrapperOptions) |
Obsolète.
Initialise une nouvelle instance de la classe SlackClientWrapper. Crée un client Slack en fournissant le jeton d’accès. |
Propriétés
Identity |
Obsolète.
Obtient l’identité de l’utilisateur. |
Options |
Obsolète.
Obtient SlackClientWrapperOptions. |
Méthodes
DeleteMessageAsync(String, DateTime, CancellationToken) |
Obsolète.
Encapsule la méthode DeleteMessageAsync de l’API Slack. |
GetBotUserIdentity(Activity) |
Obsolète.
Obtenez l’ID d’utilisateur du bot associé à l’équipe d’origine d’une activité entrante. Il est utilisé en interne par SlackMessageTypeMiddleware pour identifier les direct_mention et mentionner les événements.
En mode équipe unique, les informations de l’API Slack sont extraites au lancement.
En mode multi-équipe, cela utilise la |
LoginWithSlackAsync(CancellationToken) |
Obsolète.
Gère la connexion à Slack avec les informations d’identification données. |
PostMessageAsync(NewSlackMessage, CancellationToken) |
Obsolète.
Publie un message sur Slack. |
TestAuthAsync(CancellationToken) |
Obsolète.
Encapsule la méthode TestAuthAsync de l’API Slack. |
UpdateAsync(String, String, String, String, String, Boolean, Attachment[], Boolean, CancellationToken) |
Obsolète.
Encapsule la méthode UpdateAsync de l’API Slack. |
VerifySignature(HttpRequest, String) |
Obsolète.
Valide le secret local par rapport à celui obtenu à partir de l’en-tête de requête. |