Sha256: 058dbbd0e47ff101f910e98098b4d71fb8f13618375856e2e620b5fec57525ca
Contents?: true
Size: 946 Bytes
Versions: 44
Compression:
Stored size: 946 Bytes
Contents
# SunshineConversationsClient::PassControlBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **switchboard_integration** | **String** | The id or the name of the switchboard integration that will become active. May also use the `next` keyword to transfer control to the next switchboard integration designated in the switchboard hierarchy configuration | **metadata** | **Object** | 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. The metadata object will be included in the `switchboard:passControl` webhook. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::PassControlBody.new(switchboard_integration: next, metadata: null) ```
Version data entries
44 entries across 44 versions & 1 rubygems