Interface ConversationEvent

  • All Known Implementing Classes:
    IncomingDto

    public interface ConversationEvent
    • Method Detail

      • getTimestamp

        Instant getTimestamp()
      • getSource

        ReferenceWithName getSource()
        Get a reference to the entity who added the content.
      • getSubject

        ReferenceWithName getSubject()
        Get a reference to the content. Available for all types except `MESSAGE` and `EVALUATION`.
      • getContext

        String getContext()