Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.03 KB

ConversationJoinEvent.md

File metadata and controls

23 lines (16 loc) · 1.03 KB

SunshineConversationsClient::ConversationJoinEvent

Properties

Name Type Description Notes
id String The unique ID of the event. May be used to ensure that an event is not processed twice in the case of a webhook that is re-tried due to an error or timeout. [optional]
type String The type of the event. Will match one of the subscribed triggers for your webhook. [optional]
created_at String A timestamp signifying when the event was generated. Formatted as `YYYY-MM-DDThh:mm:ss.SSSZ`. [optional]
payload ConversationJoinEventAllOfPayload [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationJoinEvent.new(id: null,
                                 type: null,
                                 created_at: null,
                                 payload: null)