Compartilhar via


SlackClientWrapper Classe

Definição

Cuidado

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
Herança
SlackClientWrapper
Atributos

Construtores

SlackClientWrapper(SlackClientWrapperOptions)
Obsoleto.

Inicializa uma nova instância da classe SlackClientWrapper. Cria um cliente slack fornecendo o token de acesso.

Propriedades

Identity
Obsoleto.

Obtém a identidade do usuário.

Options
Obsoleto.

Obtém o SlackClientWrapperOptions.

Métodos

DeleteMessageAsync(String, DateTime, CancellationToken)
Obsoleto.

Encapsula o método DeleteMessageAsync da API do Slack.

GetBotUserIdentity(Activity)
Obsoleto.

Obtenha a ID de usuário do bot associada à equipe na qual uma atividade de entrada foi originada. Isso é usado internamente pelo SlackMessageTypeMiddleware para identificar eventos de direct_mention e menção. No modo de equipe única, isso extrairá as informações da API do Slack na inicialização. No modo de várias equipes, isso usará o getBotUserByTeam método passado para o construtor para efetuar pull das informações de uma fonte definida pelo desenvolvedor.

LoginWithSlackAsync(CancellationToken)
Obsoleto.

Gerencia o logon no Slack com as credenciais fornecidas.

PostMessageAsync(NewSlackMessage, CancellationToken)
Obsoleto.

Posta uma mensagem no Slack.

TestAuthAsync(CancellationToken)
Obsoleto.

Encapsula o método TestAuthAsync da API do Slack.

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

Encapsula o método UpdateAsync da API do Slack.

VerifySignature(HttpRequest, String)
Obsoleto.

Valida o segredo local em relação ao obtido do cabeçalho da solicitação.

Aplica-se a