Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatThreadPropertiesUpdatedPerUserEventData
Packages that use AcsChatThreadPropertiesUpdatedPerUserEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatThreadPropertiesUpdatedPerUserEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatThreadPropertiesUpdatedPerUserEventDataModifier and TypeMethodDescriptionAcsChatThreadPropertiesUpdatedPerUserEventData.setCreateTime(OffsetDateTime createTime) Set the createTime property: The original creation time of the thread.AcsChatThreadPropertiesUpdatedPerUserEventData.setEditedByCommunicationIdentifier(CommunicationIdentifierModel editedByCommunicationIdentifier) Set the editedByCommunicationIdentifier property: The communication identifier of the user who updated the thread properties.AcsChatThreadPropertiesUpdatedPerUserEventData.setEditTime(OffsetDateTime editTime) Set the editTime property: The time at which the properties of the thread were updated.AcsChatThreadPropertiesUpdatedPerUserEventData.setMetadata(Map<String, String> metadata) Set the metadata property: The thread metadata.AcsChatThreadPropertiesUpdatedPerUserEventData.setProperties(Map<String, Object> properties) Set the properties property: The updated thread properties.AcsChatThreadPropertiesUpdatedPerUserEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadPropertiesUpdatedPerUserEventData.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatThreadPropertiesUpdatedPerUserEventData.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.AcsChatThreadPropertiesUpdatedPerUserEventData.setVersion(Long version) Set the version property: The version of the thread.