AcsChatThreadEventBase interface
Schema of common properties of all chat thread events
- Extends
Properties
create |
The original creation time of the thread |
version | The version of the thread |
Inherited Properties
recipient |
The communication identifier of the target user |
thread |
The chat thread id |
transaction |
The transaction id will be used as co-relation vector |
Property Details
createTime
The original creation time of the thread
createTime: string
Property Value
string
version
The version of the thread
version: number
Property Value
number
Inherited Property Details
recipientCommunicationIdentifier
The communication identifier of the target user
recipientCommunicationIdentifier: CommunicationIdentifierModel
Property Value
Inherited From AcsChatEventBase.recipientCommunicationIdentifier
threadId
transactionId
The transaction id will be used as co-relation vector
transactionId: string
Property Value
string
Inherited From AcsChatEventBase.transactionId