Class AcsChatEventInThreadBaseProperties
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsChatEventInThreadBaseProperties
- Direct Known Subclasses:
AcsChatMessageEventInThreadBaseProperties,AcsChatParticipantAddedToThreadEventData,AcsChatParticipantRemovedFromThreadEventData,AcsChatThreadEventInThreadBaseProperties
Schema of common properties of all thread-level chat events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsChatEventInThreadBaseProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the threadId property: The chat thread id.Get the transactionId property: The transaction id will be used as co-relation vector.setThreadId(String threadId) Set the threadId property: The chat thread id.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.
-
Constructor Details
-
AcsChatEventInThreadBaseProperties
public AcsChatEventInThreadBaseProperties()Creates an instance of AcsChatEventInThreadBaseProperties class.
-
-
Method Details
-
getTransactionId
Get the transactionId property: The transaction id will be used as co-relation vector.- Returns:
- the transactionId value.
-
setTransactionId
Set the transactionId property: The transaction id will be used as co-relation vector.- Parameters:
transactionId- the transactionId value to set.- Returns:
- the AcsChatEventInThreadBaseProperties object itself.
-
getThreadId
Get the threadId property: The chat thread id.- Returns:
- the threadId value.
-
setThreadId
Set the threadId property: The chat thread id.- Parameters:
threadId- the threadId value to set.- Returns:
- the AcsChatEventInThreadBaseProperties object itself.
-