Sha256: a1975f442a4190d2d0e165a9966256b246833dbc0c6882e35b919cfdca0e998f

Contents?: true

Size: 1.2 KB

Versions: 14

Compression:

Stored size: 1.2 KB

Contents

# SunshineConversationsClient::ConversationTruncated

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the conversation. | [optional] 
**type** | [**ConversationType**](ConversationType.md) |  | [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,
                                 active_switchboard_integration: null,
                                 pending_switchboard_integration: null)
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.7.0 docs/ConversationTruncated.md
sunshine-conversations-client-9.6.0 docs/ConversationTruncated.md
sunshine-conversations-client-9.5.7 docs/ConversationTruncated.md
sunshine-conversations-client-9.5.6 docs/ConversationTruncated.md
sunshine-conversations-client-9.4.6 docs/ConversationTruncated.md
sunshine-conversations-client-9.4.5 docs/ConversationTruncated.md
sunshine-conversations-client-9.4.4 docs/ConversationTruncated.md
sunshine-conversations-client-9.4.3 docs/ConversationTruncated.md
sunshine-conversations-client-9.4.2 docs/ConversationTruncated.md
sunshine-conversations-client-9.4.1 docs/ConversationTruncated.md
sunshine-conversations-client-9.4.0 docs/ConversationTruncated.md
sunshine-conversations-client-9.3.0 docs/ConversationTruncated.md
sunshine-conversations-client-9.2.0 docs/ConversationTruncated.md
sunshine-conversations-client-9.1.1 docs/ConversationTruncated.md