Sha256: 117723c49cdeba605446fad6c6e2d92a43e90ac2544a92221c9f01a035cb31dd

Contents?: true

Size: 1.04 KB

Versions: 51

Compression:

Stored size: 1.04 KB

Contents

# SunshineConversationsClient::Switchboard

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the switchboard. | 
**enabled** | **Boolean** | Whether the switchboard is enabled. Allows creating the switchboard in a disabled state so that messages don't get lost or misrouted during switchboard configuration. When a switchboard is disabled, integrations linked to the switchboard will receive all events. | 
**default_switchboard_integration_id** | **String** | The id of the switchboard integration that will be given control when a new conversation begins. It will also be used for conversations that existed before the switchboard was enabled. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Switchboard.new(id: 5ef21b132f21af34f088530d,
                                 enabled: null,
                                 default_switchboard_integration_id: 5ef21b132f21af34f088530e)
```


Version data entries

51 entries across 51 versions & 1 rubygems

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