AgentOrderField
The possible fields by which agents can be ordered.
enum AgentOrderField {
ASSIGNMENT_COUNT
CREATED_AT
NAME
UPDATED_AT
}
Values
AgentOrderField.ASSIGNMENT_COUNT
Orders by the number of times you assigned them to a conversation.
AgentOrderField.CREATED_AT
Orders by the date that the agent was created.
AgentOrderField.NAME
Orders by the agent name.
AgentOrderField.UPDATED_AT
Orders by the date that the agent was last updated.
Member of
AgentOrder input