다음을 통해 공유


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 어댑터에 대한 옵션 클래스입니다.

[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 어댑터에 대한 옵션 클래스입니다.

속성

VerifyIncomingRequests
사용되지 않음.

들어오는 요청을 확인해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다. 프로덕션에서는 true로 설정해야 하지만 테스트 또는 개발 목적으로 false로 설정할 수 있습니다.

적용 대상