AcsChatThreadCreatedWithUserEventData interface
Microsoft.Communication.ChatThreadCreatedWithUser 이벤트에 대한 EventGridEvent의 Data 속성 스키마입니다.
- Extends
속성
| created |
스레드를 만든 사용자의 통신 식별자입니다. |
| metadata | 스레드 메타데이터 |
| participants | 스레드의 일부인 참가자의 속성 목록 |
| properties | 스레드 속성 |
상속된 속성
| create |
스레드의 원래 생성 시간 |
| recipient |
대상 사용자의 통신 식별자입니다. |
| thread |
채팅 스레드 ID |
| transaction |
트랜잭션 ID는 공동 관계 벡터로 사용됩니다. |
| version | 스레드의 버전 |
속성 세부 정보
createdByCommunicationIdentifier
스레드를 만든 사용자의 통신 식별자입니다.
createdByCommunicationIdentifier: CommunicationIdentifierModel
속성 값
metadata
스레드 메타데이터
metadata?: {[propertyName: string]: string}
속성 값
{[propertyName: string]: string}
participants
properties
스레드 속성
properties: {[propertyName: string]: Record<string, unknown>}
속성 값
{[propertyName: string]: Record<string, unknown>}
상속된 속성 세부 정보
createTime
recipientCommunicationIdentifier
대상 사용자의 통신 식별자입니다.
recipientCommunicationIdentifier: CommunicationIdentifierModel
속성 값
threadId
transactionId
트랜잭션 ID는 공동 관계 벡터로 사용됩니다.
transactionId: string
속성 값
string