Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatMessageEditedEventData
Packages that use AcsChatMessageEditedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatMessageEditedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatMessageEditedEventDataModifier and TypeMethodDescriptionAcsChatMessageEditedEventData.setComposeTime(OffsetDateTime composeTime) Set the composeTime property: The original compose time of the message.AcsChatMessageEditedEventData.setEditTime(OffsetDateTime editTime) Set the editTime property: The time at which the message was edited.AcsChatMessageEditedEventData.setMessageBody(String messageBody) Set the messageBody property: The body of the chat message.AcsChatMessageEditedEventData.setMessageId(String messageId) Set the messageId property: The chat message id.AcsChatMessageEditedEventData.setMetadata(Map<String, String> metadata) Set the metadata property: The chat message metadata.AcsChatMessageEditedEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatMessageEditedEventData.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEditedEventData.setSenderDisplayName(String senderDisplayName) Set the senderDisplayName property: The display name of the sender.AcsChatMessageEditedEventData.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatMessageEditedEventData.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.AcsChatMessageEditedEventData.setVersion(Long version) Set the version property: The version of the message.