Agent
Represents an agent who sent a message.
Props
avatarUrl
val avatarUrl: String?
Agent avatar URL string.
Returns
type:
String?
displayName
val displayName: String
Agent display name.
Returns
type:
String
val email: String
Agent email.
Returns
type:
String
id
val id: String
Agent id.
Returns
type:
String
username
val username: String
Agent username.
Returns
type:
String
Methods
equals
fun equals(other: Any?
): Boolean
Parameters
other:
Any?
Optional
Returns
type:
Boolean
hashCode
fun hashCode(): Int
Returns
type:
Int
toString
fun toString(): String
Returns
type:
String