Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatEventInThreadBaseProperties
Packages that use AcsChatEventInThreadBaseProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatEventInThreadBaseProperties in com.azure.messaging.eventgrid.systemevents
Modifier and TypeClassDescriptionfinal classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageDeletedInThread event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageEditedInThread event.classSchema of common properties of all thread-level chat message events.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceivedInThread event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantAdded event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantRemoved event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreated event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadDeleted event.classSchema of common properties of all chat thread events.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdated event.Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatEventInThreadBasePropertiesModifier and TypeMethodDescriptionAcsChatEventInThreadBaseProperties.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatEventInThreadBaseProperties.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.