Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatMessageEventInThreadBaseProperties
Packages that use AcsChatMessageEventInThreadBaseProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatMessageEventInThreadBaseProperties in com.azure.messaging.eventgrid.systemevents
Subclasses of AcsChatMessageEventInThreadBaseProperties in com.azure.messaging.eventgrid.systemeventsModifier 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.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceivedInThread event.Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatMessageEventInThreadBasePropertiesModifier and TypeMethodDescriptionAcsChatMessageEventInThreadBaseProperties.setComposeTime(OffsetDateTime composeTime) Set the composeTime property: The original compose time of the message.AcsChatMessageEventInThreadBaseProperties.setMessageId(String messageId) Set the messageId property: The chat message id.AcsChatMessageEventInThreadBaseProperties.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEventInThreadBaseProperties.setSenderDisplayName(String senderDisplayName) Set the senderDisplayName property: The display name of the sender.AcsChatMessageEventInThreadBaseProperties.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatMessageEventInThreadBaseProperties.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.AcsChatMessageEventInThreadBaseProperties.setVersion(Long version) Set the version property: The version of the message.