Compartir a través de


SlackClientWrapper Clase

Definición

Precaución

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
Herencia
SlackClientWrapper
Atributos

Constructores

SlackClientWrapper(SlackClientWrapperOptions)
Obsoletos.

Inicializa una nueva instancia de la clase SlackClientWrapper. Crea un cliente de Slack proporcionando el token de acceso.

Propiedades

Identity
Obsoletos.

Obtiene la identidad del usuario.

Options
Obsoletos.

Obtiene la estructura SlackClientWrapperOptions.

Métodos

DeleteMessageAsync(String, DateTime, CancellationToken)
Obsoletos.

Ajusta el método DeleteMessageAsync de la API de Slack.

GetBotUserIdentity(Activity)
Obsoletos.

Obtenga el identificador de usuario del bot asociado al equipo en el que se originó una actividad entrante. SlackMessageTypeMiddleware lo usa internamente para identificar eventos de direct_mention y mención. En el modo de un solo equipo, se extraerá la información de la API de Slack al iniciarse. En el modo de varios equipos, se usará el getBotUserByTeam método pasado al constructor para extraer la información de un origen definido por el desarrollador.

LoginWithSlackAsync(CancellationToken)
Obsoletos.

Administra el inicio de sesión en Slack con las credenciales especificadas.

PostMessageAsync(NewSlackMessage, CancellationToken)
Obsoletos.

Publica un mensaje en Slack.

TestAuthAsync(CancellationToken)
Obsoletos.

Ajusta el método TestAuthAsync de la API de Slack.

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

Ajusta el método UpdateAsync de la API de Slack.

VerifySignature(HttpRequest, String)
Obsoletos.

Valida el secreto local con el obtenido del encabezado de solicitud.

Se aplica a