Conversation

interface Conversation

A conversation entity.

Properties

Link copied to clipboard

: a list of active Participants.

Link copied to clipboard
abstract val createdAt: Long?
Link copied to clipboard
abstract val developerName: String

The developer name.

Link copied to clipboard
abstract val identifier: UUID

The conversation's ID.

Link copied to clipboard

Inbound high watermark entry.

Link copied to clipboard

The last active ConversationEntry in a Conversation.

Link copied to clipboard

Outbound high watermark entry.

Link copied to clipboard

A list of Participants in the conversation.

Link copied to clipboard

A list of PreChatFields.

Link copied to clipboard

Indicates the time that a Pre-Chat form was last submitted, in milliseconds since the epoch.

Inheritors

Link copied to clipboard