Preview

CustomerUnificationReviewQueueStats is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CustomerUnificationReviewQueueStats

Legacy confidence-bucket view of the pending queue, kept for callers written against the pre high-confidence-only API. Every bucket other than highConfidenceReviews is always 0.

This page contains

    Fields

    highConfidenceReviews: Int!

    Equal to CustomerUnificationCounts.pendingReviews — the whole queue is high confidence.

    mediumConfidenceReviews: Int!

    Always 0: medium-confidence clusters never reach the queue.

    lowConfidenceReviews: Int!

    Always 0: low-confidence clusters never reach the queue.

    avgFieldsToResolve: Float!

    Always 0: no longer aggregated.

    Parent objects of CustomerUnificationReviewQueueStats

    CustomerUnificationCounts PREVIEW