Skip to main content

AgentSortField

Available fields for sorting agent search results.

Determines the ordering criteria for agent listings and search operations, enabling organized presentation of agent data.

enum AgentSortField {
ID
ACTIVE
TRIGGER
INTERACTION_MODE
CREATED_AT
LAST_MODIFIED_AT
CREATED_BY_ADMIN_USER_ID
LAST_MODIFIED_BY_ADMIN_USER_ID
}

Values

AgentSortField.ID

Sort by the unique identifier of the agent.

AgentSortField.ACTIVE

Sort by the active status of the agent.

AgentSortField.TRIGGER

Sort by the trigger mechanism of the agent.

AgentSortField.INTERACTION_MODE

Sort by the interaction mode of the agent.

AgentSortField.CREATED_AT

Sort by the timestamp when the agent was originally created.

AgentSortField.LAST_MODIFIED_AT

Sort by the timestamp when the agent was last modified.

AgentSortField.CREATED_BY_ADMIN_USER_ID

Sort by the admin user who created the agent.

AgentSortField.LAST_MODIFIED_BY_ADMIN_USER_ID

Sort by the admin user who last modified the agent.

Member Of

AgentSortInput input