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] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::ConversationPostbackEventAllOfPayload.new(postback: null,
conversation: null,
user: null,
source: null)