MessagingExtensionAttachment 클래스

정의

메시징 확장 첨부 파일.

public class MessagingExtensionAttachment : Microsoft.Bot.Schema.Attachment
type MessagingExtensionAttachment = class
    inherit Attachment
Public Class MessagingExtensionAttachment
Inherits Attachment
상속
MessagingExtensionAttachment

생성자

MessagingExtensionAttachment()

MessagingExtensionAttachment 클래스의 새 인스턴스를 초기화합니다.

MessagingExtensionAttachment(String, String, Object, String, String, Attachment)

MessagingExtensionAttachment 클래스의 새 인스턴스를 초기화합니다.

속성

Content

포함된 콘텐츠를 가져오거나 설정합니다.

(다음에서 상속됨 Attachment)
ContentType

파일의 mimetype/Contenttype을 가져오거나 설정합니다.

(다음에서 상속됨 Attachment)
ContentUrl

콘텐츠 URL을 가져오거나 설정합니다.

(다음에서 상속됨 Attachment)
Name

(선택 사항) 첨부 파일의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 Attachment)
Preview

미리 보기를 가져오거나 설정합니다.

Properties

형식에 의해 Attachment 정의되지 않지만 REST JSON 개체에 나타날 수 있는 속성을 가져오거나 설정합니다.

(다음에서 상속됨 Attachment)
ThumbnailUrl

첨부 파일과 연결된 미리 보기(선택 사항)를 가져오거나 설정합니다.

(다음에서 상속됨 Attachment)

확장 메서드

ToMessagingExtensionAttachment(Attachment, Attachment)

일반 첨부 파일을 메시징 확장 첨부 파일로 변환합니다.

적용 대상