Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatMessageEventBaseProperties
Packages that use AcsChatMessageEventBaseProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatMessageEventBaseProperties in com.azure.messaging.eventgrid.systemevents
Modifier and TypeClassDescriptionfinal 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.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceived event.Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatMessageEventBasePropertiesModifier and TypeMethodDescriptionAcsChatMessageEventBaseProperties.setComposeTime(OffsetDateTime composeTime) Set the composeTime property: The original compose time of the message.AcsChatMessageEventBaseProperties.setMessageId(String messageId) Set the messageId property: The chat message id.AcsChatMessageEventBaseProperties.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatMessageEventBaseProperties.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEventBaseProperties.setSenderDisplayName(String senderDisplayName) Set the senderDisplayName property: The display name of the sender.AcsChatMessageEventBaseProperties.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatMessageEventBaseProperties.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.Set the type property: The type of the message.AcsChatMessageEventBaseProperties.setVersion(Long version) Set the version property: The version of the message.