CannedReplyOrderField
The possible fields by which canned replies can be ordered.
enum CannedReplyOrderField {
CATEGORY
CREATED_AT
NAME
UPDATED_AT
}
Values
CannedReplyOrderField.CATEGORY
Orders by the canned reply category name.
CannedReplyOrderField.CREATED_AT
Orders by the date that the canned reply was created.
CannedReplyOrderField.NAME
Orders by the canned reply name.
CannedReplyOrderField.UPDATED_AT
Orders by the date that the canned reply was last updated.
Member of
CannedReplyOrder input