Class ConversationResponse

    • Constructor Detail

      • ConversationResponse

        public ConversationResponse()
    • Method Detail

      • getChatUid

        public String getChatUid()
        Returns the conversation identifier, used for follow-up questions and troubleshooting.
        Returns:
        conversation identifier
      • getMessageId

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

        public ConversationStatus getStatus()
        Returns the final run status.
        Returns:
        final run status
      • getReferences

        public Reference[] getReferences()
        Returns the sources referenced by the answer.
        Returns:
        referenced sources
      • getElapsedTime

        public double getElapsedTime()
        Returns the run duration in seconds.
        Returns:
        run duration in seconds
      • getError

        public ConversationError getError()
        Returns the error details; present only when the run failed.
        Returns:
        error details, or null