Rate this page:

Agent

Represents an agent who sent a message.

Props

avatarUrl

Copy URL
val avatarUrl: 

String?

Agent avatar URL string.

Returns

  • type:

    String?

displayName

Copy URL
val displayName: 

String

Agent display name.

Returns

  • type:

    String

email

Copy URL
val email: 

String

Agent email.

Returns

  • type:

    String

id

Copy URL
val id: 

String

Agent id.

Returns

  • type:

    String

username

Copy URL
val username: 

String

Agent username.

Returns

  • type:

    String

Methods

equals

Copy URL
fun equals(other: 

Any?

):

Boolean

Parameters

  • other:

    Any?

    Optional

Returns

  • type:

    Boolean

hashCode

Copy URL
fun hashCode(): 

Int

Returns

  • type:

    Int

toString

Copy URL
fun toString(): 

String

Returns

  • type:

    String