Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 506 Bytes

File metadata and controls

20 lines (14 loc) · 506 Bytes

UltracartClient::ConversationEventQueuePosition

Properties

Name Type Description Notes
available Boolean True if agents are logged into the queue [optional]
position Integer Position in the queue. Value will be -1 if they cant be found in the queue. [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationEventQueuePosition.new(
  available: null,
  position: null
)