Name | Type | Description | Notes |
---|---|---|---|
conversation | ConversationTruncated | 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 | The user associated with the conversation. | [optional] |
source | SourceWithCampaignWebhook | The source of the referral. | [optional] |
referral | Referral | [optional] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::ConversationReferralEventAllOfPayload.new(conversation: null,
user: null,
source: null,
referral: null)