Class ChatFinishedEvent

    • Constructor Detail

      • ChatFinishedEvent

        public ChatFinishedEvent()
    • Method Detail

      • getChatId

        public long getChatId()
        Returns the ID of the owning conversation.
        Returns:
        conversation ID
      • getChatUid

        public String getChatUid()
        Returns the conversation identifier.
        Returns:
        conversation identifier
      • getMessageId

        public String getMessageId()
        Returns the message ID of this round.
        Returns:
        message ID
      • getError

        public String getError()
        Returns the error code; empty string in every run observed so far.
        Returns:
        error code
      • getErrorMessage

        public String getErrorMessage()
        Returns the error message; empty string in every run observed so far.
        Returns:
        error message