Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 718 Bytes

File metadata and controls

25 lines (13 loc) · 718 Bytes

ConversationWebchatQueueStatusUpdateRequest

Properties

Name Type Description Notes
agentStatus AgentStatusEnum Status of the agent [optional]
customStatusName String Custom status display name (denormalized so the queue panel can render without a config lookup) [optional]
customStatusUuid String Custom status uuid (when picking a custom status). Pair with custom_status_name. [optional]

Enum: AgentStatusEnum

Name Value
AVAILABLE "available"
BUSY "busy"
UNAVAILABLE "unavailable"