Sha256: b6816319b596c0094e3e7ae88b87188d7d581f5c3d688fd9ccebc4428418a097

Contents?: true

Size: 1.5 KB

Versions: 36

Compression:

Stored size: 1.5 KB

Contents

# SunshineConversationsClient::ConversationTruncated

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the conversation. | [optional] 
**type** | [**ConversationType**](ConversationType.md) |  | [optional] 
**metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans  are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size.  | [optional] 
**active_switchboard_integration** | [**SwitchboardIntegrationWebhook**](SwitchboardIntegrationWebhook.md) | The current switchboard integration that is in control of the conversation. This field is omitted if no `activeSwitchboardIntegration` exists for the conversation. | [optional] 
**pending_switchboard_integration** | [**SwitchboardIntegrationWebhook**](SwitchboardIntegrationWebhook.md) | The switchboard integration that is awaiting control. This field is omitted if no switchboard integration has been previously offered control. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationTruncated.new(id: c93bb9c14dde8ffb94564eae,
                                 type: null,
                                 metadata: {"lang":"en-ca"},
                                 active_switchboard_integration: null,
                                 pending_switchboard_integration: null)
```


Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/ConversationTruncated.md
sunshine-conversations-client-14.3.3 docs/ConversationTruncated.md
sunshine-conversations-client-14.3.2 docs/ConversationTruncated.md
sunshine-conversations-client-14.3.1 docs/ConversationTruncated.md
sunshine-conversations-client-14.3.0 docs/ConversationTruncated.md
sunshine-conversations-client-14.2.0 docs/ConversationTruncated.md
sunshine-conversations-client-14.1.0 docs/ConversationTruncated.md
sunshine-conversations-client-14.0.0 docs/ConversationTruncated.md
sunshine-conversations-client-13.2.0 docs/ConversationTruncated.md
sunshine-conversations-client-13.1.0 docs/ConversationTruncated.md
sunshine-conversations-client-13.0.0 docs/ConversationTruncated.md
sunshine-conversations-client-12.8.0 docs/ConversationTruncated.md
sunshine-conversations-client-12.7.0 docs/ConversationTruncated.md
sunshine-conversations-client-12.6.2 docs/ConversationTruncated.md
sunshine-conversations-client-12.6.1 docs/ConversationTruncated.md
sunshine-conversations-client-12.6.0 docs/ConversationTruncated.md
sunshine-conversations-client-12.5.1 docs/ConversationTruncated.md
sunshine-conversations-client-12.4.0 docs/ConversationTruncated.md
sunshine-conversations-client-12.3.1 docs/ConversationTruncated.md
sunshine-conversations-client-12.3.0 docs/ConversationTruncated.md