다음을 통해 공유


FacebookEntry 클래스

정의

주의

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 FacebookEntry
[<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 FacebookEntry = class
Public Class FacebookEntry
상속
FacebookEntry
특성

생성자

FacebookEntry()
사용되지 않음.

Facebook 메시지 항목을 나타냅니다.

속성

Changes
사용되지 않음.

변경 내용 목록을 가져옵니다.

Id
사용되지 않음.

페이지 ID를 가져오거나 설정합니다.

Messaging
사용되지 않음.

메시징 목록을 가져옵니다.

Standby
사용되지 않음.

대기 메시지 목록을 가져옵니다.

Time
사용되지 않음.

업데이트 시간을 가져오거나 설정합니다.

메서드

ShouldSerializeChanges()
사용되지 않음.

조건부로 속성을 serialize하기 Changes 위한 Newtonsoft JSON 메서드입니다.

ShouldSerializeMessaging()
사용되지 않음.

조건부로 속성을 serialize하기 Messaging 위한 Newtonsoft JSON 메서드입니다.

ShouldSerializeStandby()
사용되지 않음.

조건부로 속성을 serialize하기 Standby 위한 Newtonsoft JSON 메서드입니다.

적용 대상