FacebookEntry 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.
Representa una entrada de mensaje 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 FacebookEntry
[<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 FacebookEntry = class
Public Class FacebookEntry
- Herencia
-
FacebookEntry
- Atributos
Constructores
FacebookEntry() |
Obsoletos.
Representa una entrada de mensaje de Facebook. |
Propiedades
Changes |
Obsoletos.
Obtiene la lista de cambios. |
Id |
Obsoletos.
Obtiene o establece el identificador de página. |
Messaging |
Obsoletos.
Obtiene la lista de mensajería. |
Standby |
Obsoletos.
Obtiene la lista de mensajes en espera. |
Time |
Obsoletos.
Obtiene o establece la hora de la actualización. |
Métodos
ShouldSerializeChanges() |
Obsoletos.
Método JSON newtonsoft para serializar condicionalmente la Changes propiedad. |
ShouldSerializeMessaging() |
Obsoletos.
Método JSON newtonsoft para serializar condicionalmente la Messaging propiedad. |
ShouldSerializeStandby() |
Obsoletos.
Método JSON newtonsoft para serializar condicionalmente la Standby propiedad. |