Skip to main content

ConversationRestoreState

The possible states of a conversation to be restored to.

enum ConversationRestoreState {
CLOSED
OPENED
SPAM
UNREAD
}

Values

ConversationRestoreState.CLOSED

The conversation is closed.

ConversationRestoreState.OPENED

The conversation has been viewed by an agent.

ConversationRestoreState.SPAM

The conversation is marked as spam.

ConversationRestoreState.UNREAD

The conversation is new or contains unread messages.

Member of

conversationRestoreInput input