FacebookEntry Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
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 uma Entrada de Mensagem do 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
- Herança
-
FacebookEntry
- Atributos
Construtores
FacebookEntry() |
Obsoleto.
Representa uma Entrada de Mensagem do Facebook. |
Propriedades
Changes |
Obsoleto.
Obtém a lista de alterações. |
Id |
Obsoleto.
Obtém ou define o ID da página. |
Messaging |
Obsoleto.
Obtém a lista de mensagens. |
Standby |
Obsoleto.
Obtém a lista de mensagens de reserva. |
Time |
Obsoleto.
Obtém ou define a hora da atualização. |
Métodos
ShouldSerializeChanges() |
Obsoleto.
Método Newtonsoft JSON para serializar condicionalmente a Changes propriedade. |
ShouldSerializeMessaging() |
Obsoleto.
Método Newtonsoft JSON para serializar condicionalmente a Messaging propriedade. |
ShouldSerializeStandby() |
Obsoleto.
Método Newtonsoft JSON para serializar condicionalmente a Standby propriedade. |