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