MessagingExtensionAttachment 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메시징 확장 첨부 파일.
public class MessagingExtensionAttachment : Microsoft.Bot.Schema.Attachment
type MessagingExtensionAttachment = class
inherit Attachment
Public Class MessagingExtensionAttachment
Inherits Attachment
- 상속
생성자
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) |
일반 첨부 파일을 메시징 확장 첨부 파일로 변환합니다. |