Compartir a través de


FacebookResponseEvent Clase

Definición

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 el objeto entrante recibido de Facebook y procesado por el adaptador.

[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 FacebookResponseEvent
[<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 FacebookResponseEvent = class
Public Class FacebookResponseEvent
Herencia
FacebookResponseEvent
Atributos

Constructores

FacebookResponseEvent()
Obsoletos.

Representa el objeto entrante recibido de Facebook y procesado por el adaptador.

Propiedades

Entry
Obsoletos.

Obtiene la propiedad de entrada.

ResponseObject
Obsoletos.

Obtiene o establece la propiedad del objeto.

Métodos

ShouldSerializeEntry()
Obsoletos.

Obtiene la marca para determinar si se debe serializar la propiedad Entry.

Se aplica a