다음을 통해 공유


AttachmentPayload 클래스

정의

주의

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 메시지에 Facebook 첨부 파일의 일부로 보낼 수 있는 내부 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 AttachmentPayload
[<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 AttachmentPayload = class
Public Class AttachmentPayload
상속
AttachmentPayload
특성

생성자

AttachmentPayload()
사용되지 않음.

Facebook 메시지에 Facebook 첨부 파일의 일부로 보낼 수 있는 내부 Facebook 첨부 파일 페이로드입니다.

속성

AttachmentId
사용되지 않음.

다시 사용할 수 있는 첨부 파일의 경우 첨부 파일의 ID를 가져오거나 설정합니다.

Buttons
사용되지 않음.

템플릿의 단추 목록을 가져옵니다.

Elements
사용되지 않음.

템플릿의 미디어 요소 목록을 가져옵니다.

IsReusable
사용되지 않음.

첨부 파일을 다시 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. 기본값은 false입니다.

TemplateType
사용되지 않음.

연결된 템플릿의 형식을 가져오거나 설정합니다.

Text
사용되지 않음.

템플릿의 텍스트를 가져오거나 설정합니다.

Url
사용되지 않음.

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

메서드

ShouldSerializeButtons()
사용되지 않음.

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

ShouldSerializeElements()
사용되지 않음.

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

ShouldSerializeIsReusable()
사용되지 않음.

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

적용 대상