zendesk-messaging-client
    Preparing search index...

    Type Alias UnityReadable

    UnityReadable: IntegrationReadable & { type: "unity" } & {
        attachmentsEnabled?: boolean;
        canUserCreateMoreConversations?: boolean;
        canUserSeeConversationList?: boolean;
        type?: string;
    } & DefaultResponderReadable

    Type declaration

    • type: "unity"
    • Optional ReadonlyattachmentsEnabled?: boolean

      Allows users to send attachments. By default, the setting is set to true. This setting can only be configured in Zendesk Admin Center.

    • OptionalcanUserCreateMoreConversations?: boolean

      Allows users to create more than one conversation on the Unity integration.

    • OptionalcanUserSeeConversationList?: boolean

      Allows users to view their list of conversations. By default, the list of conversations will be visible. This setting only applies to apps where settings.multiConvoEnabled is set to true.

    • Optionaltype?: string

      To configure a Unity integration, create an integration with type 'unity' by calling the Create Integration endpoint.