Sha256: 82b56b16c07fb6d82585098b6ab181c5fb095e10ae5de8e11fc8bf5fa6b254c5
Contents?: true
Size: 1.16 KB
Versions: 50
Compression:
Stored size: 1.16 KB
Contents
# SunshineConversationsClient::SwitchboardIntegrationWebhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The unique ID of the switchboard integration. | [optional] **name** | **String** | Identifier for use in control transfer protocols. Restricted to alphanumeric characters, `-` and `_`. | [optional] **integration_id** | **String** | Id of the integration that should deliver events routed by the switchboard. | [optional] **integration_type** | **String** | Type of integration that should deliver events routed by the switchboard. If referencing an OAuth integration, the clientId issued by Sunshine Conversations during the OAuth partnership process will be the value of integrationType. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::SwitchboardIntegrationWebhook.new(id: 5ef21b86e933b7355c11c604, name: bot, integration_id: 5ef21b86e933b7355c11c605, integration_type: zd:agentWorkspace) ```
Version data entries
50 entries across 50 versions & 1 rubygems