Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.03 KB

ConversationReferralEventAllOfPayload.md

File metadata and controls

23 lines (16 loc) · 1.03 KB

SunshineConversationsClient::ConversationReferralEventAllOfPayload

Properties

Name Type Description Notes
conversation ConversationTruncated The conversation a user lands in after being referred. See the <a href=&quot;https://docs.smooch.io/guide/conversation-referrals/\&quot;&gt;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]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationReferralEventAllOfPayload.new(conversation: null,
                                 user: null,
                                 source: null,
                                 referral: null)