Sha256: 5a6a5591fe7665098d3bbc88fcd9d1ffc23cb98952899d0fdc35f37e13e0391e

Contents?: true

Size: 938 Bytes

Versions: 10

Compression:

Stored size: 938 Bytes

Contents

# SunshineConversationsClient::IntegrationUpdateBase

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display_name** | **String** | A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. | [optional] 
**default_responder_id** | **String** | The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=\"https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide.  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::IntegrationUpdateBase.new(display_name: My awesome integration,
                                 default_responder_id: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.1.0 docs/IntegrationUpdateBase.md
sunshine-conversations-client-14.0.0 docs/IntegrationUpdateBase.md
sunshine-conversations-client-13.2.0 docs/IntegrationUpdateBase.md
sunshine-conversations-client-13.1.0 docs/IntegrationUpdateBase.md
sunshine-conversations-client-13.0.0 docs/IntegrationUpdateBase.md
sunshine-conversations-client-12.8.0 docs/IntegrationUpdateBase.md
sunshine-conversations-client-12.7.0 docs/IntegrationUpdateBase.md
sunshine-conversations-client-12.6.2 docs/IntegrationUpdateBase.md
sunshine-conversations-client-12.6.1 docs/IntegrationUpdateBase.md
sunshine-conversations-client-12.6.0 docs/IntegrationUpdateBase.md