Class AcsChatEventInThreadBaseProperties

    • Constructor Detail

      • AcsChatEventInThreadBaseProperties

        public AcsChatEventInThreadBaseProperties()
    • Method Detail

      • 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.