Partager via


SlackClientWrapper Classe

Définition

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 getBotUserByTeam méthode passée au constructeur pour extraire les informations d’une source définie par le développeur.

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.

S’applique à