-
public final class ReceivedUserTranscriptionMessage extends ReceivedMessage
A transcription of a user's audio.
-
-
Method Summary
Modifier and Type Method Description StringgetId()The id for the message. StringgetMessage()The message. LonggetTimestamp()The timestamp associated for this message, measured in milliseconds since Unix epoch. ParticipantgetFromParticipant()The participant this message belongs to. Map<String, String>getAttributes()A map of user defined attributes that are associated with the message. -
-
Method Detail
-
getMessage
String getMessage()
The message.
-
getTimestamp
Long getTimestamp()
The timestamp associated for this message, measured in milliseconds since Unix epoch.
-
getFromParticipant
Participant getFromParticipant()
The participant this message belongs to.
-
getAttributes
Map<String, String> getAttributes()
A map of user defined attributes that are associated with the message.
-
-
-
-