FacebookEntry Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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 a ID da página. |
Messaging |
Obsoleto.
Obtém a lista de mensagens. |
Standby |
Obsoleto.
Obtém a lista de mensagens em espera. |
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. |