다음을 통해 공유


AcsChatThreadCreatedWithUserEventData interface

Microsoft.Communication.ChatThreadCreatedWithUser 이벤트에 대한 EventGridEvent의 Data 속성 스키마입니다.

Extends

속성

createdByCommunicationIdentifier

스레드를 만든 사용자의 통신 식별자입니다.

metadata

스레드 메타데이터

participants

스레드의 일부인 참가자의 속성 목록

properties

스레드 속성

상속된 속성

createTime

스레드의 원래 생성 시간

recipientCommunicationIdentifier

대상 사용자의 통신 식별자입니다.

threadId

채팅 스레드 ID

transactionId

트랜잭션 ID는 공동 관계 벡터로 사용됩니다.

version

스레드의 버전

속성 세부 정보

createdByCommunicationIdentifier

스레드를 만든 사용자의 통신 식별자입니다.

createdByCommunicationIdentifier: CommunicationIdentifierModel

속성 값

metadata

스레드 메타데이터

metadata?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

participants

스레드의 일부인 참가자의 속성 목록

participants: AcsChatThreadParticipant[]

속성 값

properties

스레드 속성

properties: {[propertyName: string]: Record<string, unknown>}

속성 값

{[propertyName: string]: Record<string, unknown>}

상속된 속성 세부 정보

createTime

스레드의 원래 생성 시간

createTime: string

속성 값

string

AcsChatThreadEventBase.createTime 상속된

recipientCommunicationIdentifier

대상 사용자의 통신 식별자입니다.

recipientCommunicationIdentifier: CommunicationIdentifierModel

속성 값

AcsChatThreadEventBase.recipientCommunicationIdentifier 상속된

threadId

채팅 스레드 ID

threadId: string

속성 값

string

AcsChatThreadEventBase.threadId 상속된

transactionId

트랜잭션 ID는 공동 관계 벡터로 사용됩니다.

transactionId: string

속성 값

string

AcsChatThreadEventBase.transactionId 상속된

version

스레드의 버전

version: number

속성 값

number

AcsChatThreadEventBase.version 상속된