Compartir a través de


FacebookAdapterOptions 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.

Clase de opciones para el adaptador 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 FacebookAdapterOptions
[<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 FacebookAdapterOptions = class
Public Class FacebookAdapterOptions
Herencia
FacebookAdapterOptions
Atributos

Constructores

FacebookAdapterOptions()
Obsoletos.

Clase de opciones para el adaptador de Facebook.

Propiedades

VerifyIncomingRequests
Obsoletos.

Obtiene o establece un valor que indica si se deben comprobar las solicitudes entrantes. Debe establecerse en true en Producción, pero se puede establecer en false para fines de pruebas o desarrollo.

Se aplica a