-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.ChatMessageOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()uuidstring id = 1;abstract ByteStringgetIdBytes()uuidstring id = 1;abstract longgetTimestamp()int64 timestamp = 2;abstract booleanhasEditTimestamp()populated only if the intent is to edit/update an existing messageoptional int64 edit_timestamp = 3;abstract longgetEditTimestamp()populated only if the intent is to edit/update an existing messageoptional int64 edit_timestamp = 3;abstract StringgetMessage()string message = 4;abstract ByteStringgetMessageBytes()string message = 4;abstract booleangetDeleted()true to remove messagebool deleted = 5;abstract booleangetGenerated()true if the chat message has been generated by an agent from a participant's audio transcriptionbool generated = 6;-
-
Method Detail
-
getIdBytes
abstract ByteString getIdBytes()
uuidstring id = 1;
-
getTimestamp
abstract long getTimestamp()
int64 timestamp = 2;
-
hasEditTimestamp
abstract boolean hasEditTimestamp()
populated only if the intent is to edit/update an existing messageoptional int64 edit_timestamp = 3;
-
getEditTimestamp
abstract long getEditTimestamp()
populated only if the intent is to edit/update an existing messageoptional int64 edit_timestamp = 3;
-
getMessage
abstract String getMessage()
string message = 4;
-
getMessageBytes
abstract ByteString getMessageBytes()
string message = 4;
-
getDeleted
abstract boolean getDeleted()
true to remove messagebool deleted = 5;
-
getGenerated
abstract boolean getGenerated()
true if the chat message has been generated by an agent from a participant's audio transcriptionbool generated = 6;
-
-
-
-