Message 클래스

정의

주의

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 API를 통해 메시지를 보낼 때 사용되는 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 Message
[<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 Message = class
Public Class Message
상속
Message
특성

생성자

Message()
사용되지 않음.

Facebook API를 통해 메시지를 보낼 때 사용되는 Facebook 메시지 개체입니다.

속성

Attachment
사용되지 않음.

첨부 파일을 가져오거나 설정합니다.

Attachments
사용되지 않음.

첨부 파일 목록을 가져옵니다.

IsEcho
사용되지 않음.

페이지 자체에서 메시지를 보냈는지 여부를 나타내는 값을 가져오거나 설정합니다.

Metadata
사용되지 않음.

메타데이터를 가져오거나 설정합니다.

Mid
사용되지 않음.

메시지 ID를 가져오거나 설정합니다.

QuickReplies
사용되지 않음.

빠른 회신을 가져옵니다.

StickerId
사용되지 않음.

스티커 ID를 가져오거나 설정합니다.

Text
사용되지 않음.

메시지의 텍스트를 가져오거나 설정합니다.

메서드

ShouldSerializeAttachments()
사용되지 않음.

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

ShouldSerializeIsEcho()
사용되지 않음.

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

ShouldSerializeQuickReplies()
사용되지 않음.

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

적용 대상