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