Package 

Enum MessageState

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @Serializable() 
    public enum MessageState
    extends Enum<MessageState>
                        

    Generation state of a Message. STREAMING while tokens are still arriving from the agent; COMPLETED once finalised.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait