Message

constructor(text: String = "", authorIsUser: Boolean = true, isPending: Boolean = false, isLoaded: Boolean = false)


private constructor(text: String, authorIsUser: Boolean, isPending: Boolean, isLoaded: Boolean, uuid: String)

Parameters

isPending

is true if the app is waiting for the HTTP response

isLoaded

is true once the entire generated text has been loaded (with some typing animation)