Sha256: 7497e4c7a670e4706cea92627df5ea83fd039f72bd53912e759b0963f5433c61
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
# UltracartClient::ConversationSummary ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **closed** | **Boolean** | | [optional] | | **conversation_arn** | **String** | | [optional] | | **conversation_uuid** | **String** | | [optional] | | **last_conversation_message_body** | **String** | | [optional] | | **last_conversation_participant_arn** | **String** | | [optional] | | **last_conversation_participant_name** | **String** | | [optional] | | **last_message_dts** | **String** | Last message date/time | [optional] | | **merchant_id** | **String** | | [optional] | | **message_count** | **Integer** | | [optional] | | **unread_messages** | **Boolean** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationSummary.new( closed: null, conversation_arn: null, conversation_uuid: null, last_conversation_message_body: null, last_conversation_participant_arn: null, last_conversation_participant_name: null, last_message_dts: null, merchant_id: null, message_count: null, unread_messages: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems