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