Skip to main content

RoomOrderField

The possible fields by which Live Chat rooms can be ordered.

enum RoomOrderField {
EXPIRES_AT
LAST_UNANSWERED_USER_MESSAGE_AT
LAST_USER_AGENT_OR_NOTE_MESSAGE_AT
LAST_USER_MESSAGE_AT
LAST_USER_OR_AGENT_MESSAGE_AT
LAST_USER_OR_NOTE_MESSAGE_AT
UPDATED_AT
}

Values

RoomOrderField.EXPIRES_AT

Orders by the expiration date.

RoomOrderField.LAST_UNANSWERED_USER_MESSAGE_AT

Orders by the date of the last unanswered user message.

RoomOrderField.LAST_USER_AGENT_OR_NOTE_MESSAGE_AT

Orders by the date of the last message from an agent or user or agent note.

RoomOrderField.LAST_USER_MESSAGE_AT

Orders by the date of the last user message.

RoomOrderField.LAST_USER_OR_AGENT_MESSAGE_AT

Orders by the date of the last message from an agent or user.

RoomOrderField.LAST_USER_OR_NOTE_MESSAGE_AT

Orders by the date of the last agent note or user message.

RoomOrderField.UPDATED_AT

Orders by the date that the chat room was last updated.

Member of

RoomOrder input