zendesk-messaging-client
    Preparing search index...

    Type Alias MatchCriteriaBase

    The set of criteria used to determine the user's identity on a third-party channel.

    type MatchCriteriaBase = {
        integrationId: string;
        primary?: boolean;
        type: string;
    }
    Index

    Properties

    integrationId: string

    The ID of the integration to link. Must match the provided type.

    primary?: boolean

    Flag indicating whether the client will become the primary for the target conversation once linking is complete.

    type: string

    The channel type.