Sha256: fcfbb9521df8c7d34a9d9f5d7062e86fede33ac0e667b882014e5a94fee0d687
Contents?: true
Size: 1.86 KB
Versions: 5
Compression:
Stored size: 1.86 KB
Contents
# SunshineConversationsClient::Message ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The unique ID of the message. | [optional] **received** | **String** | A datetime string with the format `YYYY-MM-DDThh:mm:ss.SSSZ` representing when Sunshine Conversations received the message. | [optional] **author** | [**Author**](Author.md) | | [optional] **activity** | [**ActivityMessage**](ActivityMessage.md) | Details of the system activity that generated this message. This field is used when actions taken by the system generate a persisted message to notify the user or agent of an event that occurred. For example, when a user's Ticket gets closed. This property applies only to informational text messages generated via system events. | [optional] **content** | [**Content**](Content.md) | The content of the message. | [optional] **source** | [**Source**](Source.md) | | [optional] **quoted_message** | [**QuotedMessage**](QuotedMessage.md) | The quoted message is currently only available for WhatsApp and Web Messenger `formResponse` messages. | [optional] **metadata** | **Object** | | [optional] **deleted** | **Boolean** | true if the message serves as a placeholder for one that has been deleted. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Message.new(id: 5e552ef595e5206375bb835d, received: 2019-03-21T18:48:52.760Z, author: null, activity: null, content: null, source: null, quoted_message: null, metadata: null, deleted: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems