Sha256: f9cfe51851235a47e75b70b32175d51e1ce399148b53ac7cafbf9e51b2cb9c96
Contents?: true
Size: 1.67 KB
Versions: 49
Compression:
Stored size: 1.67 KB
Contents
# SunshineConversationsClient::ConversationMessageDeliveryPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | [**User**](User.md) | The user associated with the conversation. | [optional] **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation in which the message was sent. | [optional] **message** | [**ConversationMessageDeliveryPayloadMessage**](ConversationMessageDeliveryPayloadMessage.md) | | [optional] **destination** | [**ConversationMessageDeliveryPayloadDestination**](ConversationMessageDeliveryPayloadDestination.md) | | [optional] **external_messages** | [**Array<ConversationMessageDeliveryPayloadExternalMessages>**](ConversationMessageDeliveryPayloadExternalMessages.md) | An array of objects representing the third-party messages associated with the event. The order of the external messages is not guaranteed to be the same across the different triggers. Note that some channels don’t expose message IDs, in which case this field will be unset. | [optional] **is_final_event** | **Boolean** | A boolean indicating whether the webhook is the final one for the `message.id` and `destination.type` pair. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ConversationMessageDeliveryPayload.new(user: null, conversation: null, message: null, destination: null, external_messages: null, is_final_event: null) ```
Version data entries
49 entries across 49 versions & 1 rubygems