Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 940 Bytes

ConversationPostbackEventAllOfPayload.md

File metadata and controls

23 lines (16 loc) · 940 Bytes

SunshineConversationsClient::ConversationPostbackEventAllOfPayload

Properties

Name Type Description Notes
postback PostbackWebhook The postback associated with the event. [optional]
conversation ConversationTruncated The conversation linked to the postback. [optional]
user User The user that triggered the postback. [optional]
source SourceWithCampaignWebhook The source of the postback. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationPostbackEventAllOfPayload.new(postback: null,
                                 conversation: null,
                                 user: null,
                                 source: null)