NewSlackMessage Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Message à envoyer à 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
- Héritage
-
NewSlackMessage
- Attributs
Constructeurs
NewSlackMessage() |
Obsolète.
Message à envoyer à Slack. |
Propriétés
Attachments |
Obsolète.
Obtient ou définit les pièces jointes qui peuvent être fournies avec le message. |
Blocks |
Obsolète.
Obtient ou définit les blocs qui peuvent être fournis avec le message. |
BotId |
Obsolète.
Obtient ou définit l’ID du bot. |
Channel |
Obsolète.
Obtient ou définit le canal. |
Ephemeral |
Obsolète.
Obtient ou définit le message comme éphémère, cela signifie que seul le destinataire peut le voir. |
Text |
Obsolète.
Obtient ou définit le texte. |
ThreadTs |
Obsolète.
Obtient ou définit l’horodatage du thread. |
Ts |
Obsolète.
Obtient ou définit l’horodatage. |
User |
Obsolète.
Obtient ou définit l'utilisateur. |
Username |
Obsolète.
Obtient ou définit le nom d’utilisateur. |