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

Version Path
sunshine-conversations-client-14.1.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-14.0.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-13.2.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-13.1.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-13.0.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.8.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.7.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.6.2 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.6.1 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.6.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.5.1 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.4.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.3.1 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.3.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.2.2 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.2.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.1.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-12.0.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-11.0.0 docs/ClientAddEventAllOfPayload.md
sunshine-conversations-client-10.0.1 docs/ClientAddEventAllOfPayload.md