zendesk-messaging-client
    Preparing search index...

    Type Alias UnityWritable

    UnityWritable: IntegrationWritable & { type: "unity" } & {
        canUserCreateMoreConversations?: boolean;
        canUserSeeConversationList?: boolean;
        type?: string;
    } & DefaultResponderId & DefaultResponderWritable

    Type declaration

    • type: "unity"
    • 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.