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

Version Path
sunshine-conversations-client-14.3.4 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-14.3.3 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-14.3.2 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-14.3.1 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-14.3.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-14.2.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-14.1.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-14.0.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-13.2.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-13.1.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-13.0.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.8.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.7.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.6.2 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.6.1 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.6.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.5.1 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.4.0 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.3.1 docs/ConversationReferralEventAllOfPayload.md
sunshine-conversations-client-12.2.2 docs/ConversationReferralEventAllOfPayload.md