Class AcsChatEventInThreadBaseProperties

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsChatEventInThreadBaseProperties
Direct Known Subclasses:
AcsChatMessageEventInThreadBaseProperties, AcsChatParticipantAddedToThreadEventData, AcsChatParticipantRemovedFromThreadEventData, AcsChatThreadEventInThreadBaseProperties

public class AcsChatEventInThreadBaseProperties extends Object
Schema of common properties of all thread-level chat events.
  • Constructor Details

    • AcsChatEventInThreadBaseProperties

      public AcsChatEventInThreadBaseProperties()
  • Method Details

    • getTransactionId

      public String getTransactionId()
      Get the transactionId property: The transaction id will be used as co-relation vector.
      Returns:
      the transactionId value.
    • setTransactionId

      public AcsChatEventInThreadBaseProperties setTransactionId(String transactionId)
      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

      public String getThreadId()
      Get the threadId property: The chat thread id.
      Returns:
      the threadId value.
    • setThreadId

      public AcsChatEventInThreadBaseProperties setThreadId(String threadId)
      Set the threadId property: The chat thread id.
      Parameters:
      threadId - the threadId value to set.
      Returns:
      the AcsChatEventInThreadBaseProperties object itself.