Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 717 Bytes

File metadata and controls

27 lines (14 loc) · 717 Bytes

UltraCartRestApiV2.ConversationWebchatQueueStatusAgent

Properties

Name Type Description Notes
agent_status String Status of the agent [optional]
conversation_participant_arn String [optional]
conversation_participant_name String [optional]
last_chat_dts String Date/time that this agent took their last chat [optional]
next_round_robin Boolean [optional]
profile_image_url String Profile image URL [optional]

Enum: AgentStatusEnum

  • available (value: "available")

  • busy (value: "busy")

  • unavailable (value: "unavailable")