Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatThreadCreatedWithUserEventData
Packages that use AcsChatThreadCreatedWithUserEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatThreadCreatedWithUserEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatThreadCreatedWithUserEventDataModifier and TypeMethodDescriptionAcsChatThreadCreatedWithUserEventData.setCreatedByCommunicationIdentifier(CommunicationIdentifierModel createdByCommunicationIdentifier) Set the createdByCommunicationIdentifier property: The communication identifier of the user who created the thread.AcsChatThreadCreatedWithUserEventData.setCreateTime(OffsetDateTime createTime) Set the createTime property: The original creation time of the thread.AcsChatThreadCreatedWithUserEventData.setMetadata(Map<String, String> metadata) Set the metadata property: The thread metadata.AcsChatThreadCreatedWithUserEventData.setParticipants(List<AcsChatThreadParticipantProperties> participants) Set the participants property: The list of properties of participants who are part of the thread.AcsChatThreadCreatedWithUserEventData.setProperties(Map<String, Object> properties) Set the properties property: The thread properties.AcsChatThreadCreatedWithUserEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadCreatedWithUserEventData.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatThreadCreatedWithUserEventData.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.AcsChatThreadCreatedWithUserEventData.setVersion(Long version) Set the version property: The version of the thread.