ConversationOrderField
The possible fields by which conversations can be ordered.
enum ConversationOrderField {
CREATED_AT
DELETED_AT
LAST_UNANSWERED_USER_MESSAGE_AT
LATEST_COLLABORATOR_COMMENT_AT
STATE
STATE_CHANGED_AT
UPDATED_AT
}
Values
ConversationOrderField.CREATED_AT
Orders by the date the conversation was first created.
ConversationOrderField.DELETED_AT
Orders by the date the conversation was deleted.
ConversationOrderField.LAST_UNANSWERED_USER_MESSAGE_AT
Orders by the date of the last unanswered user message.
ConversationOrderField.LATEST_COLLABORATOR_COMMENT_AT
Orders by the date the conversation was last initiated/replied to by user/agent.
ConversationOrderField.STATE
Orders by the state of the conversation.
ConversationOrderField.STATE_CHANGED_AT
Orders by the date the conversation state was last changed
ConversationOrderField.UPDATED_AT
Orders by the date the conversation was last updated by a user.
Member of
ConversationOrder input