SlackClientWrapper Classe

Definizione

Attenzione

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
Ereditarietà
SlackClientWrapper
Attributi

Costruttori

SlackClientWrapper(SlackClientWrapperOptions)
Obsoleti.

Inizializza una nuova istanza della classe SlackClientWrapper. Crea un client Slack fornendo il token di accesso.

Proprietà

Identity
Obsoleti.

Ottiene l'identità dell'utente.

Options
Obsoleti.

Ottiene l'oggetto SlackClientWrapperOptions.

Metodi

DeleteMessageAsync(String, DateTime, CancellationToken)
Obsoleti.

Esegue il wrapping del metodo DeleteMessageAsync dell'API Slack.

GetBotUserIdentity(Activity)
Obsoleti.

Ottenere l'ID utente del bot associato al team in cui ha avuto origine un'attività in ingresso. Viene usato internamente da SlackMessageTypeMiddleware per identificare direct_mention e menzionare gli eventi. In modalità team singolo, le informazioni verranno estratte dall'API Slack all'avvio. In modalità multi-team, verrà usato il getBotUserByTeam metodo passato al costruttore per eseguire il pull delle informazioni da un'origine definita dallo sviluppatore.

LoginWithSlackAsync(CancellationToken)
Obsoleti.

Gestisce l'accesso a Slack con le credenziali specificate.

PostMessageAsync(NewSlackMessage, CancellationToken)
Obsoleti.

Invia un messaggio a Slack.

TestAuthAsync(CancellationToken)
Obsoleti.

Esegue il wrapping del metodo TestAuthAsync dell'API Slack.

UpdateAsync(String, String, String, String, String, Boolean, Attachment[], Boolean, CancellationToken)
Obsoleti.

Esegue il wrapping del metodo UpdateAsync dell'API Slack.

VerifySignature(HttpRequest, String)
Obsoleti.

Convalida il segreto locale rispetto a quello ottenuto dall'intestazione della richiesta.

Si applica a