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

Version Path
sunshine-conversations-client-10.0.0 docs/PassControlBody.md
sunshine-conversations-client-9.15.0 docs/PassControlBody.md
sunshine-conversations-client-9.14.1 docs/PassControlBody.md
sunshine-conversations-client-9.14.0 docs/PassControlBody.md
sunshine-conversations-client-9.13.0 docs/PassControlBody.md
sunshine-conversations-client-9.12.0 docs/PassControlBody.md
sunshine-conversations-client-9.11.0 docs/PassControlBody.md
sunshine-conversations-client-9.10.0 docs/PassControlBody.md
sunshine-conversations-client-9.9.0 docs/PassControlBody.md
sunshine-conversations-client-9.8.0 docs/PassControlBody.md
sunshine-conversations-client-9.7.0 docs/PassControlBody.md
sunshine-conversations-client-9.6.0 docs/PassControlBody.md
sunshine-conversations-client-9.5.7 docs/PassControlBody.md
sunshine-conversations-client-9.5.6 docs/PassControlBody.md
sunshine-conversations-client-9.4.6 docs/PassControlBody.md
sunshine-conversations-client-9.4.5 docs/PassControlBody.md
sunshine-conversations-client-9.4.4 docs/PassControlBody.md
sunshine-conversations-client-9.4.3 docs/PassControlBody.md
sunshine-conversations-client-9.4.2 docs/PassControlBody.md
sunshine-conversations-client-9.4.1 docs/PassControlBody.md