Class ChatStartedEvent


  • public final class ChatStartedEvent
    extends ConversationStreamEvent
    The run has started. Always the first event of a stream.
    • Constructor Detail

      • ChatStartedEvent

        public ChatStartedEvent()
    • Method Detail

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

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

        public String getError()
        Returns the error detail; empty at start.
        Returns:
        error detail
      • getErrorMessage

        public String getErrorMessage()
        Returns the user-facing error message; empty at start.
        Returns:
        user-facing error message