Sha256: 8f5702d57dbbafe0ebcf130c7df718b280e06463ca7a8845ddca11df1093bc97
Contents?: true
Size: 972 Bytes
Versions: 44
Compression:
Stored size: 972 Bytes
Contents
# SunshineConversationsClient::SwitchboardUpdateBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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. | [optional] **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::SwitchboardUpdateBody.new(enabled: null, default_switchboard_integration_id: 5ef21b132f21af34f088530e) ```
Version data entries
44 entries across 44 versions & 1 rubygems