Sha256: 7236249011322f223f2b3905bd4b249ee6d8d8d4b47b875bc85f088202dbab7d
Contents?: true
Size: 1.49 KB
Versions: 35
Compression:
Stored size: 1.49 KB
Contents
# SunshineConversationsClient::ClientAddEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation associated with the creation of the client. This field is only present when the reason is `channelLinking` and when attaching the client to a specific conversation. | [optional] **user** | [**UserTruncated**](UserTruncated.md) | The user associated with the client. | [optional] **client** | [**Client**](Client.md) | The client that was just created. | [optional] **reason** | **String** | The reason for which the client was added. * `channelLinking` - The client was created as a result of initiating a channel link. * `sdkLogin` - The client was created as a result of logging into an SDK device. * `authCode` - The client was created as a result of initializing an SDK client with an `authCode`. | [optional] **source** | [**SourceWebhook**](SourceWebhook.md) | The source where this event originated from. This could be the API or an SDK device. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ClientAddEventAllOfPayload.new(conversation: null, user: null, client: null, reason: null, source: null) ```
Version data entries
35 entries across 35 versions & 1 rubygems