Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 964 Bytes

UnityAllOf.md

File metadata and controls

21 lines (14 loc) · 964 Bytes

SunshineConversationsClient::UnityAllOf

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

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::UnityAllOf.new(type: null,
                                 can_user_create_more_conversations: null,
                                 attachments_enabled: null)