Sha256: 00506c1e3278b7e2060cda37e8ce3461de8d84c741772bdf4007796b357905d3
Contents?: true
Size: 958 Bytes
Versions: 50
Compression:
Stored size: 958 Bytes
Contents
# SunshineConversationsClient::SwitchboardAcceptControlFailureAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | [**Object**](.md) | Object containing details of what went wrong. | [optional] **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation from which the switchboard event was fired. | [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::SwitchboardAcceptControlFailureAllOfPayload.new(error: null, conversation: null, metadata: {"lang":"en-ca"}) ```
Version data entries
50 entries across 50 versions & 1 rubygems