FacebookAdapterOptions 类

定义

注意

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.

Facebook 适配器的 Options 类。

[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
继承
FacebookAdapterOptions
属性

构造函数

FacebookAdapterOptions()
已过时.

Facebook 适配器的 Options 类。

属性

VerifyIncomingRequests
已过时.

获取或设置一个值,该值指示是否应验证传入的请求。 在生产中应设置为 true,但出于测试或开发目的,可以设置为 false。

适用于