Sha256: dba3f51d97addb3a396f5b35eaeb41843adae4359b1ca912477c0ebce8fbba9a
Contents?: true
Size: 969 Bytes
Versions: 50
Compression:
Stored size: 969 Bytes
Contents
# SunshineConversationsClient::SwitchboardPassControlAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation from which the switchboard event was fired. On success, the payload will include an `activeSwitchboardIntegration`, representing the switchboard integration that is now in control of the conversation. | [optional] **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::SwitchboardPassControlAllOfPayload.new(conversation: null, metadata: {"lang":"en-ca"}) ```
Version data entries
50 entries across 50 versions & 1 rubygems