Package 

Interface LivekitModels.ChatMessageOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getId()
      uuid
      
      string id = 1;
      abstract ByteString getIdBytes()
      uuid
      
      string id = 1;
      abstract long getTimestamp() int64 timestamp = 2;
      abstract boolean hasEditTimestamp()
      populated only if the intent is to edit/update an existing message
      
      optional int64 edit_timestamp = 3;
      abstract long getEditTimestamp()
      populated only if the intent is to edit/update an existing message
      
      optional int64 edit_timestamp = 3;
      abstract String getMessage() string message = 4;
      abstract ByteString getMessageBytes() string message = 4;
      abstract boolean getDeleted()
      true to remove message
      
      bool deleted = 5;
      abstract boolean getGenerated()
      true if the chat message has been generated by an agent from a participant's audio transcription
      
      bool generated = 6;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIdBytes

         abstract ByteString getIdBytes()
        uuid
        
        string id = 1;
      • getTimestamp

         abstract long getTimestamp()

        int64 timestamp = 2;

      • hasEditTimestamp

         abstract boolean hasEditTimestamp()
        populated only if the intent is to edit/update an existing message
        
        optional int64 edit_timestamp = 3;
      • getEditTimestamp

         abstract long getEditTimestamp()
        populated only if the intent is to edit/update an existing message
        
        optional int64 edit_timestamp = 3;
      • getMessageBytes

         abstract ByteString getMessageBytes()

        string message = 4;

      • getDeleted

         abstract boolean getDeleted()
        true to remove message
        
        bool deleted = 5;
      • getGenerated

         abstract boolean getGenerated()
        true if the chat message has been generated by an agent from a participant's audio transcription
        
        bool generated = 6;