Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.01 KB

File metadata and controls

24 lines (18 loc) · 1.01 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://developer.zendesk.com/documentation/conversations/messaging-platform/programmable-conversations/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]

Example

require 'sunshine-conversations-client'

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