Message Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
Objeto de mensaje de Facebook que se usa al enviar mensajes a través de la API de 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
- Herencia
-
Message
- Atributos
Constructores
Message() |
Obsoletos.
Objeto de mensaje de Facebook que se usa al enviar mensajes a través de la API de Facebook. |
Propiedades
Attachment |
Obsoletos.
Obtiene o establece los datos adjuntos. |
Attachments |
Obsoletos.
Obtiene una lista de datos adjuntos. |
IsEcho |
Obsoletos.
Obtiene o establece un valor que indica si el mensaje se envió desde la propia página. |
Metadata |
Obsoletos.
Obtiene o establece los metadatos. |
Mid |
Obsoletos.
Obtiene o establece el identificador del mensaje. |
QuickReplies |
Obsoletos.
Obtiene las respuestas rápidas. |
StickerId |
Obsoletos.
Obtiene o establece el identificador de pegatina. |
Text |
Obsoletos.
Obtiene o establece el texto del mensaje. |
Métodos
ShouldSerializeAttachments() |
Obsoletos.
Método JSON newtonsoft para serializar condicionalmente la Attachments propiedad. |
ShouldSerializeIsEcho() |
Obsoletos.
Método JSON newtonsoft para serializar condicionalmente la IsEcho propiedad. |
ShouldSerializeQuickReplies() |
Obsoletos.
Método JSON newtonsoft para serializar condicionalmente la QuickReplies propiedad. |