Sha256: bb98af848ee3a2411c4a01d497f2fc774e3a6e648430da8c8548b9f37229b50c
Contents?: true
Size: 1.61 KB
Versions: 50
Compression:
Stored size: 1.61 KB
Contents
# SunshineConversationsClient::SourceWebhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | An identifier for the channel from which a message originated. May include one of api, sdk, messenger, or any number of other channels. | [optional] **integration_id** | **String** | Identifier indicating which integration the message was sent from. For user messages only. | [optional] **original_message_id** | **String** | Message identifier assigned by the originating channel. | [optional] **original_message_timestamp** | **String** | A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing when the third-party channel received the message. | [optional] **client** | [**Client**](Client.md) | The client from which the user authored the message or activity, if applicable. This field will only be present if the `includeFullSource` option is enabled for the webhook. | [optional] **device** | [**Device**](Device.md) | The device from which the user authored the message or activity, if applicable. This field will only be present if the `includeFullSource` option is enabled for the webhook | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::SourceWebhook.new(type: ios, integration_id: null, original_message_id: null, original_message_timestamp: null, client: null, device: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems