Sha256: 9a50efda5b8a0025aa60ef271283540bc78cb6611a300a8c2372d7e087a62e3b
Contents?: true
Size: 916 Bytes
Versions: 19
Compression:
Stored size: 916 Bytes
Contents
# SunshineConversationsClient::ConversationPostbackEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **postback** | [**PostbackWebhook**](PostbackWebhook.md) | The postback associated with the event. | [optional] **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation linked to the postback. | [optional] **user** | [**User**](User.md) | The user that triggered the postback. | [optional] **source** | [**SourceWebhook**](SourceWebhook.md) | The source of the postback. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ConversationPostbackEventAllOfPayload.new(postback: null, conversation: null, user: null, source: null) ```
Version data entries
19 entries across 19 versions & 1 rubygems