Connected
Represents the state when the connection to Voximplant Kit is established and active.
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
Props
greetingMessage
val greetingMessage: String?
Greeting message for а customer to start a conversation.
Returns
type:
String?
lastMessageUuid
val lastMessageUuid: String?
Last message UUID in the last conversation (opened or closed) with the customer.
Null if there are no conversations with the customer.
Returns
type:
String?