Rate this page:

Connected

Represents the state when the connection to Voximplant Kit is established and active.

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

Props

greetingMessage

Copy URL
val greetingMessage: 

String?

Greeting message for а customer to start a conversation.

Returns

  • type:

    String?

lastMessageUuid

Copy URL
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?