Sha256: e0b2fa0a2bf486d71c3e04e55468773ac7f600c990eb2871721dba463d82762a
Contents?: true
Size: 1.63 KB
Versions: 44
Compression:
Stored size: 1.63 KB
Contents
# SunshineConversationsClient::SwitchboardIntegrationUpdateBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Identifier for use in control transfer protocols. Restricted to alphanumeric characters, `-` and `_`. | [optional] **integration_id** | **String** | The id of the integration to link to the switchboard integration. Must be used when linking a custom integration. Can't provide both `integrationId` and `integrationType`. | [optional] **integration_type** | **String** | The type of the integration to link to the switchboard integration. Must be used when linking an OAuth integration. Can't provide both `integrationId` and `integrationType`. | [optional] **deliver_standby_events** | **Boolean** | Setting to determine if webhooks should be sent when the switchboard integration is not in control of a conversation (standby status) | [optional] **next_switchboard_integration_id** | **String** | | [optional] **message_history_count** | **Integer** | Number of messages to include in the message history context. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::SwitchboardIntegrationUpdateBody.new(name: bot, integration_id: null, integration_type: null, deliver_standby_events: null, next_switchboard_integration_id: null, message_history_count: 5) ```
Version data entries
44 entries across 44 versions & 1 rubygems