• Tracks when a user selects an incorrect suggestion.

    Logs a USER_REJECT event for telemetry and stores the incorrect selection along with the timestamp.

    Parameters

    • userId: string

      The unique identifier of the user.

    • incorrectSuggestion: string

      The incorrect suggestion the user selected.

    Returns void