Sha256: 870852cda5b4a3e29048010fc946ee4b0250a8957f70b74267170c317e6c849d

Contents?: true

Size: 1.52 KB

Versions: 16

Compression:

Stored size: 1.52 KB

Contents

# SunshineConversationsClient::Unity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | To configure a Unity integration, create an integration with type 'unity' by calling the Create Integration endpoint.  | [optional] [default to 'unity']
**can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the Unity integration. | [optional] 
**attachments_enabled** | **Boolean** | Allows users to send attachments. By default, the setting is set to true. This setting can only be configured in Zendesk Admin Center.  | [optional] [readonly] 
**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] 
**default_responder** | [**DefaultResponderDefaultResponder**](DefaultResponderDefaultResponder.md) |  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Unity.new(type: null,
                                 can_user_create_more_conversations: null,
                                 attachments_enabled: null,
                                 default_responder_id: null,
                                 default_responder: null)
```


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/Unity.md
sunshine-conversations-client-14.3.3 docs/Unity.md
sunshine-conversations-client-14.3.2 docs/Unity.md
sunshine-conversations-client-14.3.1 docs/Unity.md
sunshine-conversations-client-14.3.0 docs/Unity.md
sunshine-conversations-client-14.2.0 docs/Unity.md
sunshine-conversations-client-14.1.0 docs/Unity.md
sunshine-conversations-client-14.0.0 docs/Unity.md
sunshine-conversations-client-13.2.0 docs/Unity.md
sunshine-conversations-client-13.1.0 docs/Unity.md
sunshine-conversations-client-13.0.0 docs/Unity.md
sunshine-conversations-client-12.8.0 docs/Unity.md
sunshine-conversations-client-12.7.0 docs/Unity.md
sunshine-conversations-client-12.6.2 docs/Unity.md
sunshine-conversations-client-12.6.1 docs/Unity.md
sunshine-conversations-client-12.6.0 docs/Unity.md