AcsChatThreadPropertiesUpdatedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdated event.
- Extends
Properties
| edited |
The communication identifier of the user who updated the thread properties |
| edit |
The time at which the properties of the thread were updated |
| metadata | The thread metadata |
| properties | The updated thread properties |
Inherited Properties
| create |
The original creation time of the thread |
| thread |
The chat thread id |
| transaction |
The transaction id will be used as co-relation vector |
| version | The version of the thread |
Property Details
editedByCommunicationIdentifier
The communication identifier of the user who updated the thread properties
editedByCommunicationIdentifier: CommunicationIdentifierModel
Property Value
editTime
The time at which the properties of the thread were updated
editTime: Date
Property Value
Date
metadata
The thread metadata
metadata: Record<string, string>
Property Value
Record<string, string>
properties
The updated 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 AcsChatThreadEventInThreadBase.createTime
threadId
The chat thread id
threadId?: string
Property Value
string
Inherited From AcsChatThreadEventInThreadBase.threadId
transactionId
The transaction id will be used as co-relation vector
transactionId?: string
Property Value
string
Inherited From AcsChatThreadEventInThreadBase.transactionId
version
The version of the thread
version?: number
Property Value
number
Inherited From AcsChatThreadEventInThreadBase.version