Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatEventBaseProperties
Packages that use AcsChatEventBaseProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatEventBaseProperties in com.azure.messaging.eventgrid.systemevents
Subclasses of AcsChatEventBaseProperties in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classThe AcsChatMemberAddedToThreadWithUserEventData model.final classThe AcsChatMemberRemovedFromThreadWithUserEventData model.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageDeleted event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageEdited event.classSchema of common properties of all chat message events.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceived event.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.classSchema of common properties of all chat thread events.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 AcsChatEventBasePropertiesModifier and TypeMethodDescriptionAcsChatEventBaseProperties.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatEventBaseProperties.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatEventBaseProperties.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.