AcsChatThreadCreatedWithUserEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreatedWithUser event.
- Extends
Properties
| created |
The communication identifier of the user who created the thread |
| metadata | The thread metadata |
| participants | The list of properties of participants who are part of the thread |
| properties | The thread properties |
Inherited Properties
| create |
The original creation time of the thread |
| recipient |
The communication identifier of the target user |
| thread |
The chat thread id |
| transaction |
The transaction id will be used as co-relation vector |
| version | The version of the thread |
Property Details
createdByCommunicationIdentifier
The communication identifier of the user who created the thread
createdByCommunicationIdentifier: CommunicationIdentifierModel
Property Value
metadata
The thread metadata
metadata: Record<string, string>
Property Value
Record<string, string>
participants
The list of properties of participants who are part of the thread
participants: AcsChatThreadParticipant[]
Property Value
properties
The thread properties
properties: Record<string, any>
Property Value
Record<string, any>
Inherited Property Details
createTime
The original creation time of the thread
createTime: Date
Property Value
Date
Inherited From AcsChatThreadEventBase.createTime
recipientCommunicationIdentifier
The communication identifier of the target user
recipientCommunicationIdentifier: CommunicationIdentifierModel
Property Value
Inherited From AcsChatThreadEventBase.recipientCommunicationIdentifier
threadId
The chat thread id
threadId?: string
Property Value
string
Inherited From AcsChatThreadEventBase.threadId
transactionId
The transaction id will be used as co-relation vector
transactionId?: string
Property Value
string
Inherited From AcsChatThreadEventBase.transactionId
version
The version of the thread
version?: number
Property Value
number
Inherited From AcsChatThreadEventBase.version