zendesk-messaging-client
    Preparing search index...

    Type Alias UnityUpdate

    UnityUpdate: IntegrationUpdateBase & {
        canUserCreateMoreConversations?: boolean;
        canUserSeeConversationList?: boolean;
    }

    Type declaration

    • 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.