Sha256: 140e0ee05e1e570809e42bd1576956d2c6f3a857ba7294e2564c4abc55f43678
Contents?: true
Size: 751 Bytes
Versions: 13
Compression:
Stored size: 751 Bytes
Contents
# UltracartClient::ConversationWebchatQueueStatusAgent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **agent_status** | **String** | | [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] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationWebchatQueueStatusAgent.new( agent_status: null, conversation_participant_arn: null, conversation_participant_name: null, last_chat_dts: null, next_round_robin: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems