Compartir a través de


NewSlackMessage 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.

Mensaje que se va a enviar a Slack.

[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 NewSlackMessage
[<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 NewSlackMessage = class
Public Class NewSlackMessage
Herencia
NewSlackMessage
Atributos

Constructores

NewSlackMessage()
Obsoletos.

Mensaje que se va a enviar a Slack.

Propiedades

Attachments
Obsoletos.

Obtiene o establece los datos adjuntos que podrían aparecer con el mensaje.

Blocks
Obsoletos.

Obtiene o establece los bloques que podrían aparecer con el mensaje.

BotId
Obsoletos.

Obtiene o establece el identificador del bot.

Channel
Obsoletos.

Obtiene o establece el canal.

Ephemeral
Obsoletos.

Obtiene o establece el mensaje como efímero, significa que solo el destinatario puede verlo.

Text
Obsoletos.

Obtiene o establece el texto.

ThreadTs
Obsoletos.

Obtiene o establece la marca de tiempo del subproceso.

Ts
Obsoletos.

Obtiene o establece la marca de tiempo.

User
Obsoletos.

Obtiene o establece el usuario.

Username
Obsoletos.

Obtiene o establece el nombre de usuario.

Se aplica a