Compartilhar via


FacebookEntry Classe

Definição

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.

Aplica-se a