MessageProperties interface

메시지 세부 정보 리소스의 속성을 설명합니다.

속성

body

통신 본문입니다.

communicationDirection

통신 방향입니다.

contentType

콘텐츠 형식입니다.

createdDate

통신이 만들어진 시간(ISO 8601 형식)입니다.

sender

보낸 사람의 이름입니다.

속성 세부 정보

body

통신 본문입니다.

body?: string

속성 값

string

communicationDirection

통신 방향입니다.

communicationDirection?: string

속성 값

string

contentType

콘텐츠 형식입니다.

contentType?: string

속성 값

string

createdDate

통신이 만들어진 시간(ISO 8601 형식)입니다.

createdDate?: Date

속성 값

Date

sender

보낸 사람의 이름입니다.

sender?: string

속성 값

string