Message 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.
Objet de message Facebook utilisé lors de l’envoi de messages via l’API Facebook.
[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 Message
[<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 Message = class
Public Class Message
- Héritage
-
Message
- Attributs
Constructeurs
Message() |
Obsolète.
Objet de message Facebook utilisé lors de l’envoi de messages via l’API Facebook. |
Propriétés
Attachment |
Obsolète.
Obtient ou définit la pièce jointe. |
Attachments |
Obsolète.
Obtient une liste de pièces jointes. |
IsEcho |
Obsolète.
Obtient ou définit une valeur indiquant si le message a été envoyé à partir de la page elle-même. |
Metadata |
Obsolète.
Obtient ou définit les métadonnées. |
Mid |
Obsolète.
Obtient ou définit l’ID de message. |
QuickReplies |
Obsolète.
Obtient les réponses rapides. |
StickerId |
Obsolète.
Obtient ou définit l’ID d’autocollant. |
Text |
Obsolète.
Obtient ou définit le texte du message. |
Méthodes
ShouldSerializeAttachments() |
Obsolète.
Méthode JSON Newtonsoft pour la sérialisation conditionnelle de la Attachments propriété. |
ShouldSerializeIsEcho() |
Obsolète.
Méthode JSON Newtonsoft pour la sérialisation conditionnelle de la IsEcho propriété. |
ShouldSerializeQuickReplies() |
Obsolète.
Méthode JSON Newtonsoft pour la sérialisation conditionnelle de la QuickReplies propriété. |