ClientData
Class that represents customer information that can be displayed in the agent's workspace.
Constructors
ClientData
fun ClientData(displayName: String?
, avatarUrl: String?
, email: String?
, phone: String?
, language: String?
):
Parameters
displayName:
String?
OptionalCustomer display name.
avatarUrl:
String?
OptionalCustomer avatar URL string.
email:
String?
OptionalCustomer email.
phone:
String?
OptionalCustomer phone number.
language:
String?
OptionalCustomer language.
Props
avatarUrl
val avatarUrl: String?
Customer avatar URL string.
Returns
type:
String?
displayName
val displayName: String?
Customer display name.
Returns
type:
String?
val email: String?
Customer email.
Returns
type:
String?
language
val language: String?
Customer language.
Returns
type:
String?
phone
val phone: String?
Customer phone number.
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