Sha256: 326dd8420b552cb287e37edb44c870e0fbe47ed3ec19492389fa1530386f5c28
Contents?: true
Size: 954 Bytes
Versions: 6
Compression:
Stored size: 954 Bytes
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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Unity.new(type: null, can_user_create_more_conversations: null, attachments_enabled: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems