Sha256: 8bbb17f225699a70ec84ffc4b65b5b9fb4e8b25b6b6569c5eebf7913134f9a99
Contents?: true
Size: 1.03 KB
Versions: 30
Compression:
Stored size: 1.03 KB
Contents
# SunshineConversationsClient::ConversationReferralEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation a user lands in after being referred. See the <a href=\"https://docs.smooch.io/guide/conversation-referrals/\">conversation referrals</a> guide for more details. | [optional] **user** | [**User**](User.md) | The user associated with the conversation. | [optional] **source** | [**SourceWithCampaignWebhook**](SourceWithCampaignWebhook.md) | The source of the referral. | [optional] **referral** | [**Referral**](Referral.md) | | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ConversationReferralEventAllOfPayload.new(conversation: null, user: null, source: null, referral: null) ```
Version data entries
30 entries across 30 versions & 1 rubygems