Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatThreadEventBaseProperties
Packages that use AcsChatThreadEventBaseProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatThreadEventBaseProperties in com.azure.messaging.eventgrid.systemevents
Modifier and TypeClassDescriptionfinal classThe AcsChatMemberAddedToThreadWithUserEventData model.final classThe AcsChatMemberRemovedFromThreadWithUserEventData model.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatParticipantAddedToThreadWithUser event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreatedWithUser event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadWithUserDeleted event.Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatThreadEventBasePropertiesModifier and TypeMethodDescriptionAcsChatThreadEventBaseProperties.setCreateTime(OffsetDateTime createTime) Set the createTime property: The original creation time of the thread.AcsChatThreadEventBaseProperties.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadEventBaseProperties.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatThreadEventBaseProperties.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.AcsChatThreadEventBaseProperties.setVersion(Long version) Set the version property: The version of the thread.