次の方法で共有


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 に設定できます。

適用対象